Skip to content
VS Code

smart context mcp for VS Code

io.github.arrayo/smart-context-mcp

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

client:VS Code transport:stdio runtime:npm

Install smart context mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "smart-context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "smart-context-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

smart context mcp in other clients