@gera-services/mcp-gera-clone
v0.1.1
Published
MCP server for GeraClone — a copy of you, for any reason. AI agents can discover expert clones, view public profiles, check their operator's clone status, and initiate subscriptions on behalf of their operator (with consent token).
Maintainers
Readme
@gera-services/mcp-gera-clone
MCP server for GeraClone — "a copy of you, for any reason." Productivity + expert monetisation + family context. Product #31 in the Gera Services portfolio.
Tools
| Tool | Auth? | Description |
| ------------------------- | ------------------ | ---------------------------------------------------------------------- |
| list_expert_clones | — | Browse published expert clones (paid monthly subscription access). |
| get_clone_profile | — | Public profile of a clone — display name, mode, disclosure, pub key. |
| start_chat_with_expert | GERA_USER_TOKEN | Start a chat session (requires active subscription for the operator). |
| my_clone_status | GERA_USER_TOKEN | Operator's own clone status + interview progress + ingest sources. |
| my_corpus_summary | GERA_USER_TOKEN | Operator's corpus summary — chunk count, indexed bytes, last sync. |
Install
npm install -g @gera-services/mcp-gera-cloneConfigure (Claude Desktop, Cursor, etc.)
{
"mcpServers": {
"gera-clone": {
"command": "mcp-gera-clone",
"env": {
"GERA_USER_TOKEN": "<operator-jwt>"
}
}
}
}Safety
GeraClone enforces self-disclosure, cryptographic signing of every response, and refusal of impersonation / urgent-money / crisis-misuse patterns. The MCP surface inherits those guarantees — agents cannot bypass disclosure or signing by calling the API directly.
Part of Gera Services.
