
Mcp Gera Clone
Let your agent discover Gera expert clones, check your clone status, and start consent-gated expert chats backed by your corpus.
Overview
GeraClone MCP is a MCP server for the Build phase that lets agents discover expert clones, check clone status, and start consent-aware expert chats on GeraClone.
What is this MCP server?
- Discover published expert clones and inspect operator clone status via MCP
- Start expert chats with consent-gated flows (publisher description)
- Operator-scoped tools need GERA_USER_TOKEN JWT for my_clone_status, corpus summary, and start_chat_with_expert
- npm @gera-services/mcp-gera-clone, GERACLONE_API_URL default https://clone.gera.services/backend
- Version 0.1.0 stdio MCP for Claude Code-style expert routing
- Server version 0.1.0; npm @gera-services/mcp-gera-clone; stdio transport
What problem does it solve?
Shipping an expert-clone experience means wiring discovery, JWT auth, and chat consent by hand while your agent cannot see clone or corpus state.
Who is it for?
Indie builders on GeraClone who want Cursor or Claude Code to orchestrate expert discovery and operator-scoped clone actions.
Skip if: Teams not using GeraClone, or products that need generic RAG without Gera’s clone and consent model.
What do I get? / Deliverables
Your agent can list experts, report clone status, and open gated expert sessions through MCP so clone-powered products integrate in one step.
- Expert clone discovery and status surfaced to the agent
- Consent-aware expert chat initiation from MCP tools
- Operator corpus summary access for grounded clone responses
Recommended MCP Servers
Journey fit
Expert-clone MCP is agent tooling you add while building AI products that route users to persona-backed experts. Agent-tooling is the shelf for MCP that extends agent capabilities with clone discovery, status, and chat initiation—not generic CRUD.
How it compares
GeraClone expert-persona MCP, not a local filesystem or GitHub code search server.
Common Questions / FAQ
Who is GeraClone MCP for?
Builders creating agent apps on GeraClone who need discover clones, operator status, corpus insight, and expert chat with JWT-backed actions.
When should I use GeraClone MCP?
Use it while building agent-tooling for expert routing, or when operating a clone product and checking status before starting user-facing chats.
How do I add GeraClone MCP to my agent?
Install @gera-services/mcp-gera-clinic’s sibling package @gera-services/mcp-gera-clone, set GERACLONE_API_URL and GERA_USER_TOKEN for protected tools, and register stdio MCP in your agent.