Catalog
io.github.geraservicesuk/mcp-gera-skills
OfficialGeraSkills MCP — search and install robot capability packs on behalf of an operator.
Search and install robot capability packs on GeraSkills platform.
README not available yet.
Install
Configuration
Environment variables
GERASKILLS_API_URLBase URL of the GeraSkills backend. Defaults to https://geraskills.com/backend.
GERA_USER_TOKENsecretJWT for the operator on whose behalf the agent acts. Required for install_skill.
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-skills": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-skills@0.1.0"
],
"env": {
"GERASKILLS_API_URL": "<YOUR_GERASKILLS_API_URL>",
"GERA_USER_TOKEN": "<YOUR_GERA_USER_TOKEN>"
}
}
}
}