GB-MCP-SERVER

aaronilyas/GB-MCP-SERVER
★ 0 stars Python AI/LLM Updated 3d ago
Enables SpaceXAI models to communicate with user-uploaded Game Boy games through the MCP server hosting this repo.
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": {
    "gb-mcp-server": {
      "command": "uvx",
      "args": [
        "gb-mcp-server"
      ]
    }
  }
}

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