Skip to content
VS Code

contextatlas for VS Code

io.github.traviswye/contextatlas

Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.

client:VS Code transport:stdio runtime:npm

Install contextatlas in VS Code

.vscode/mcp.json

{
  "servers": {
    "contextatlas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "contextatlas"
      ]
    }
  }
}

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

contextatlas in other clients