context proxy for Cursor
io.github.kira-autonoma/context-proxy
MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
client:Cursor
transport:stdio
runtime:npm
Install context proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-lazy-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs