Skip to content
Zed

mcp gera clone for Zed

io.github.geraservicesuk/mcp-gera-clone

GeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent).

client:Zed transport:stdio runtime:npm

Install mcp gera clone in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-gera-clone": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<GERACLONE_API_URL>",
        "GERA_USER_TOKEN": "<GERA_USER_TOKEN>"
      }
    }
  }
}

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

mcp gera clone in other clients