Serversio.github.geraservicesuk/mcp-gera-skills
S

io.github.geraservicesuk/mcp-gera-skills

io.github.geraservicesuk/mcp-gera-skills · v0.1.0
▦ npm
v0.1.0npm npm: @gera-services/mcp-gera-skills↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.geraservicesuk/mcp-gera-skills",
  "description": "GeraSkills MCP — search and install robot capability packs on behalf of an operator.",
  "repository": {
    "url": "https://github.com/geraservicesuk/mcp-gera-skills",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gera-services/mcp-gera-skills",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the GeraSkills backend. Defaults to https://geraskills.com/backend.",
          "name": "GERASKILLS_API_URL"
        },
        {
          "description": "JWT for the operator on whose behalf the agent acts. Required for install_skill.",
          "isSecret": true,
          "name": "GERA_USER_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}