Smart Context
Freeby MCP Community
MCP server that reduces agent token usage by 90% with intelligent context compression, task checkpoint persistence, and workflow-aware agent guidance.
v1.7.8Added Apr 12, 2026
mcpmodel-context-protocolai-toolscode-searchripgrep
Smart Context MCP Server
MCP server that reduces agent token usage by 90% with intelligent context compression, task checkpoint persistence, and workflow-aware agent guidance.
Installation
Reviews
Installation
Quick install
npx -y smart-context-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-context": {
"command": "npx",
"args": ["-y", "smart-context-mcp"]
}
}
}