Skip to content
Zed

devmcp for Zed

io.github.rudranaresh0201/devmcp

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

client:Zed transport:stdio runtime:pypi

Install devmcp in Zed

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

{
  "context_servers": {
    "devmcp": {
      "command": "uvx",
      "args": [
        "devmcp-server"
      ]
    }
  }
}

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

devmcp in other clients