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
{
"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