mcp gera clone for Cursor
io.github.geraservicesuk/mcp-gera-clone
GeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent).
client:Cursor
transport:stdio
runtime:npm
Install mcp gera clone in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gera-clone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-clone"
],
"env": {
"GERACLONE_API_URL": "<GERACLONE_API_URL>",
"GERA_USER_TOKEN": "<GERA_USER_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs