Skip to content
Claude Desktop

smart context mcp for Claude Desktop

io.github.arrayo/smart-context-mcp

Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.

client:Claude Desktop transport:stdio runtime:npm

Install smart context mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "smart-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "smart-context-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

smart context mcp in other clients