agent context api for Claude Desktop
io.github.dacode-dev/agent-context-api
Agent-work MCP: free context preflight and page-read previews, paid x402 HTTP upgrades.
client:Claude Desktop
transport:streamable-http
Install agent context api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-context-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-context-api-proxy.agent-context-proxy.workers.dev/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