context proxy for Claude Desktop
io.github.kira-autonoma/context-proxy
MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
client:Claude Desktop
transport:stdio
runtime:npm
Install context proxy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-lazy-proxy"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs