Skip to content
Zed

contextatlas for Zed

io.github.traviswye/contextatlas

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

client:Zed transport:stdio runtime:npm

Install contextatlas in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "contextatlas": {
      "command": "npx",
      "args": [
        "-y",
        "contextatlas"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

contextatlas in other clients