Catalog
io.github.geraservicesuk/mcp-gera-clone
OfficialGeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent).
Expert clone discovery and management platform for connecting with specialist AI agents.
README not available yet.
Install
Configuration
Environment variables
GERACLONE_API_URLBase URL of the GeraClone backend. Defaults to https://clone.gera.services/backend.
GERA_USER_TOKENsecretJWT for the operator on whose behalf the agent acts. Required for start_chat_with_expert, my_clone_status, and my_corpus_summary.
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-clone": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-clone@0.1.1"
],
"env": {
"GERACLONE_API_URL": "<YOUR_GERACLONE_API_URL>",
"GERA_USER_TOKEN": "<YOUR_GERA_USER_TOKEN>"
}
}
}
}