uCore

uDosGo/uCore
★ 0 stars TypeScript API Integration Updated today
uCore v4.0.0 — Unified daemon for uDosGo ecosystem. Python aiohttp API server with surface management, MCP bridge, snack orchestration, Ceefax Teletext, BBCSDL, and GitHub automation.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ucore": {
      "command": "npx",
      "args": [
        "-y",
        "uDosGo/uCore"
      ]
    }
  }
}