PluginBench
MCP Server

io.github.geraservicesuk/mcp-gera-clone MCP Server

io.github.geraservicesuk/mcp-gera-clone

What is the io.github.geraservicesuk/mcp-gera-clone MCP server?

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

How to install io.github.geraservicesuk/mcp-gera-clone

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-gera-clone": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<YOUR_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": "<YOUR_GERACLONE_API_URL>",
        "GERA_USER_TOKEN": "<YOUR_GERA_USER_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-gera-clone": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<YOUR_GERACLONE_API_URL>",
        "GERA_USER_TOKEN": "<YOUR_GERA_USER_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-gera-clone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clone"
      ],
      "env": {
        "GERACLONE_API_URL": "<YOUR_GERACLONE_API_URL>",
        "GERA_USER_TOKEN": "<YOUR_GERA_USER_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-gera-clone --env GERACLONE_API_URL=<YOUR_GERACLONE_API_URL> --env GERA_USER_TOKEN=<YOUR_GERA_USER_TOKEN> -- npx -y @gera-services/mcp-gera-clone

Related MCP servers

Search doctors, check availability, book medical appointments. 7 tools. 50+ countries.

View repository →

Find and book home service providers: cleaning, repairs, beauty, moving. 50+ countries.

View repository →

GeraLens MCP (placeholder) — ambient camera-activated service discovery. Launching 2026-2027.

View repository →

E-commerce marketplace: search products, order, track shipments. 50+ countries.

View repository →

GeraMind MCP (placeholder) — personal context vault for AI agents. Launching 2026.

View repository →

GeraNexus MCP (placeholder) — open Agentic Commerce Protocol by Gera Services. Launching 2026.

View repository →