Skip to content
Zed

DevTool MCP for Zed

io.github.standardbeagle/devtool-mcp

Development tooling MCP server with process management, proxy, and frontend diagnostics

client:Zed transport:stdio runtime:npm

Install DevTool MCP in Zed

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

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

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

DevTool MCP in other clients