Skip to content

open mcp registry for Zed

io.github.onticx/open-mcp-registry

Search and discover MCP servers from the MCP Registry.

client:Zed transport:stdio runtime:pypi

Install open mcp registry in Zed

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

{
  "context_servers": {
    "open-mcp-registry": {
      "command": "uvx",
      "args": [
        "open-mcp-registry"
      ]
    }
  }
}

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

open mcp registry in other clients