Software recommendations inside your agent
Software Recommendation MCP Server
Search a small editorial catalog of commercial and open-source options without leaving your MCP-compatible client. Vendor payment does not affect inclusion or order.
Member connection values
Choose a remote Streamable HTTP server in your client. Store the token in an environment variable or secret manager—not in a repository.
URL
https://softwaresausage.com/api/mcp/memberHeader
Authorization: Bearer ss_mcp_…Codex CLI setup
Export your token in the shell that starts Codex:
export SOFTWARE_SAUSAGE_MCP_TOKEN='ss_mcp_…'Add this server to ~/.codex/config.toml:
[mcp_servers.software_sausage]
url = "https://softwaresausage.com/api/mcp/member"
bearer_token_env_var = "SOFTWARE_SAUSAGE_MCP_TOKEN"What the tool returns
- Up to five matching commercial catalog entries.
- Up to five matching open-source alternatives with license and operating tradeoff notes.
- Links back to the catalog profile or primary open-source documentation.
This is decision support, not procurement approval. Pricing, licensing, security, and feature claims change; verify them with the vendor or project before purchase or deployment.
Read the editorial methodology and privacy policy.