AgentHubAgentHub

mcp-geralearn

MCP ServerMCP Registry官方收录

io.github.geraservicesuk/mcp-geralearn · v0.1.0

Browse courses, enroll, track progress, find tutors. Education platform. 50+ countries.

概览

mcp-geralearn 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-geralearn": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geralearn"
      ]
    }
  }
}

环境变量

GERALEARN_API_URL可选

Base URL for the GeraLearn API (defaults to https://api.geralearn.com)

相关资源

统一 Manifest

{
  "id": "io.github.geraservicesuk/mcp-geralearn",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "mcp-geralearn",
  "description": "Browse courses, enroll, track progress, find tutors. Education platform. 50+ countries.",
  "repository": {
    "url": "https://github.com/geraservicesuk/mcp-geralearn",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@gera-services/mcp-geralearn",
        "version": "0.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GERALEARN_API_URL",
            "description": "Base URL for the GeraLearn API (defaults to https://api.geralearn.com)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.geraservicesuk/mcp-geralearn",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.geraservicesuk%2Fmcp-geralearn/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-geralearn — MCP Server 安装与配置 · AgentHub