Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y smart-context-mcp
MCP client config
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}