← Index

io.github.kira-autonoma/context-proxy

io.github.kira-autonoma/context-proxy·v0.2.0·Other
Quality Score
79
/100

MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "context-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lazy-proxy"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "context-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lazy-proxy"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-lazy-proxy
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other