Odel
smart context mcp

smart context mcp

Local
@arrayo4JavaScriptMITUpdated 2mo ago

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).

npmsmart-context-mcpv1.20.0

Run

npx -y smart-context-mcp

MCP client config

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