solution commons for Claude Desktop
io.github.carbaj03/solution-commons
Search solutions from agent work; optionally publish evidence, report reuse and link improvements.
client:Claude Desktop
transport:streamable-http
tools:5
Install solution commons in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"solution-commons": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://solutions.agentlife.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs