Slim
Freeby MCP Community
MCP proxy that gives agents their context window back. Schema compression, lazy loading, response caching.
v0.3.1Added Apr 12, 2026
mcpmodel-context-protocolproxycontext-windowtoken-optimization
Slim MCP Server
MCP proxy that gives agents their context window back. Schema compression, lazy loading, response caching.
Installation
Reviews
Installation
Quick install
npx -y slim-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"slim": {
"command": "npx",
"args": ["-y", "slim-mcp"]
}
}
}