Skip to content
Zed

Type Atlas for Zed

io.github.tyler-mitchell/type-atlas

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

client:Zed transport:stdio runtime:npm

Install Type Atlas in Zed

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

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

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

Type Atlas in other clients