mcp-lazy-proxy

sarthakpranesh/mcp-lazy-proxy
★ 0 stars TypeScript AI/LLM Updated today
Lazy-load your MCP servers. Two meta-tools instead of hundreds of tool schemas — cut context bloat, keep every backend, load tools on demand.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-lazy-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "sarthakpranesh/mcp-lazy-proxy"
      ]
    }
  }
}

README Excerpt

Lazy MCP proxy for LLM clients. Instead of injecting every backend MCP server's tool schemas into the model context, it exposes just two meta-tools — `get_mcp_tools` and `call_mcp_tool` — that load and invoke backend servers on demand. The model sees a tiny, stable tool surface. Backends are connected lazily, their tool lists are cached, and idle connections are closed automatically.

Tools (11)

argsargumentscommandenvfavoriteheadersinstructionlimitmcpqueryurl

Topics

ai-toolscontext-optimizationcontext-optimization-tooldeveloper-toolslocal-llmmcpmcp-proxymcp-proxy-servermcp-servermcp-toolsnodejstypescript