MCP Server
MCP
io.github.geraservicesuk/mcp-gera-skills
GeraSkills MCP — search and install robot capability packs on behalf of an operator.
Install
npx -y @gera-services/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment