← Index

io.github.geraservicesuk/mcp-gera-skills

io.github.geraservicesuk/mcp-gera-skills·v0.1.0·Search
Quality Score
80
/100

GeraSkills MCP — search and install robot capability packs on behalf of an operator.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-gera-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-skills"
      ],
      "env": {
        "GERASKILLS_API_URL": "<geraskills_api_url>",
        "GERA_USER_TOKEN": "<your-gera_user_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-gera-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-skills"
      ],
      "env": {
        "GERASKILLS_API_URL": "<geraskills_api_url>",
        "GERA_USER_TOKEN": "<your-gera_user_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gera-services/mcp-gera-skills
§02  Environment variables
GERASKILLS_API_URL

Base URL of the GeraSkills backend. Defaults to https://geraskills.com/backend.

GERA_USER_TOKEN
secret

JWT for the operator on whose behalf the agent acts. Required for install_skill.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search