MCP Server
io.github.kira-autonoma/context-proxy MCP Server
io.github.kira-autonoma/context-proxy
What is the io.github.kira-autonoma/context-proxy MCP server?
MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
How to install io.github.kira-autonoma/context-proxy
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/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"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-lazy-proxy"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"context-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-lazy-proxy"
]
}
}
}Claude Code
claude mcp add context-proxy -- npx -y mcp-lazy-proxyRelated MCP servers
Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.
View repository →23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.
View repository →