Skip to content
Zed

config for Zed

io.github.rog0x/config

JSON, YAML, TOML, INI config tools for AI agents

client:Zed transport:stdio runtime:npm

Install config in Zed

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

{
  "context_servers": {
    "config": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-config-tools"
      ]
    }
  }
}

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

config in other clients