Skip to content
Zed

devtools for Zed

io.github.kira-autonoma/devtools

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

client:Zed transport:stdio runtime:npm

Install devtools in Zed

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

{
  "context_servers": {
    "devtools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-devtools-server"
      ]
    }
  }
}

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

devtools in other clients