MCP Server
MCP
io.github.geraservicesuk/mcp-gera-clone
GeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent).
Install
npx -y @gera-services/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@gera-services/mcp-gera-clone",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the GeraClone backend. Defaults to https://clone.gera.services/backend.",
"name": "GERACLONE_API_URL"
},
{
"description": "JWT for the operator on whose behalf the agent acts. Required for start_chat_with_expert, my_clone_status, and my_corpus_summary.",
"isSecret": true,
"name": "GERA_USER_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment