GDMU-MCP-Server

S4saK1/GDMU-MCP-Server
★ 0 stars Python AI/LLM Updated today
AI 助手(Codex / Claude Desktop / Cursor 等)与正方 V-9.0 教务系统的 MCP 桥梁——15 个工具覆盖教务全场景。
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdmu-mcp-server": {
      "command": "uvx",
      "args": [
        "gdmu-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gdmu-mcp-server