Skip to content
Zed

code atlas for Zed

io.github.lusiem/code-atlas

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

client:Zed transport:stdio runtime:npm

Install code atlas in Zed

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

{
  "context_servers": {
    "code-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@lusiem/code-atlas"
      ]
    }
  }
}

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

code atlas in other clients