Skip to content
Zed

mcp devtools for Zed

io.github.marin1321/mcp-devtools

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

client:Zed transport:stdio runtime:npm

Install mcp devtools in Zed

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

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

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

mcp devtools in other clients