Context Proxy runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 18 Mar 2026.
MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
Today is the operative word: we check Context Proxy every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add context-proxy -- npx -y mcp-lazy-proxy
{
"mcpServers": {
"context-proxy": {
"args": [
"-y",
"mcp-lazy-proxy"
],
"command": "npx"
}
}
}
[mcp_servers.context-proxy]
command = "npx"
args = ["-y", "mcp-lazy-proxy"]
{
"mcpServers": {
"context-proxy": {
"args": [
"-y",
"mcp-lazy-proxy"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"context-proxy": {
"args": [
"-y",
"mcp-lazy-proxy"
],
"command": "npx"
}
}
}
MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.
Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools.
A Model Context Protocol server to run other MCP servers
Paid remote MCP for context budgets, progressive loading, schema slimming, and readiness.
Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.
Context GC for LLM agents: offload large tool outputs and recall them to save tokens.
Token-bounded repository context for coding agents over MCP.
Answers built from our own checks of this server.