Skip to content
Zed

agentmap for Zed

io.github.raymondchins/agentmap

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

client:Zed transport:stdio runtime:npm

Install agentmap in Zed

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

{
  "context_servers": {
    "agentmap": {
      "command": "npx",
      "args": [
        "-y",
        "@raymondchins/agentmap"
      ]
    }
  }
}

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

agentmap in other clients