Skip to content

hello mcp registry for Zed

io.github.jonathanhefner/hello-mcp-registry

A simple MCP server.

client:Zed transport:stdio runtime:npm

Install hello mcp registry in Zed

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

{
  "context_servers": {
    "hello-mcp-registry": {
      "command": "npx",
      "args": [
        "-y",
        "@jonathanhefner/hello-mcp-registry"
      ]
    }
  }
}

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

hello mcp registry in other clients