← Index

io.github.geraservicesuk/mcp-gera-clone

io.github.geraservicesuk/mcp-gera-clone·v0.1.0·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-gera-clone": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<geraclone_api_url>",
        "GERA_USER_TOKEN": "<your-gera_user_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-gera-clone": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<geraclone_api_url>",
        "GERA_USER_TOKEN": "<your-gera_user_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gera-services/mcp-gera-clone
§02  Environment variables
GERACLONE_API_URL

Base URL of the GeraClone backend. Defaults to https://clone.gera.services/backend.

GERA_USER_TOKEN
secret

JWT for the operator on whose behalf the agent acts. Required for start_chat_with_expert, my_clone_status, and my_corpus_summary.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other