← Back to Plugins
MCP Server MCP

io.github.geraservicesuk/mcp-gera-persona

github By github 👁 1 views ▲ 0 votes

GeraPersona MCP — voice/personality skin marketplace for robots and AI agents (70/30 rev-share).

Homepage Verified source GitHub

Install

npx -y @gera-services/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gera-services/mcp-gera-persona",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL for the GeraPersona API. Defaults to https://persona.gera.services",
          "name": "GERA_PERSONA_API_BASE"
        },
        {
          "description": "Bearer token for write tools (install_persona, get_creator_revenue). Not required for read-only search + get_persona + list_categories.",
          "isSecret": true,
          "name": "GERA_PERSONA_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...