AgentHubAgentHub

Gearboy MCP Server

MCP ServerMCP Registry官方收录

io.github.drhelius/gearboy · v3.8.6

MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator

概览

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

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.drhelius/gearboy",
  "type": "mcp-server",
  "version": "3.8.6",
  "displayName": "Gearboy MCP Server",
  "description": "MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator",
  "repository": {
    "url": "https://github.com/drhelius/gearboy",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-macos-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-macos-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-windows-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-windows-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-linux-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/drhelius/gearboy/releases/download/3.8.6/Gearboy-3.8.6-mcpb-linux-arm64.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.drhelius/gearboy",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.drhelius%2Fgearboy/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Gearboy MCP Server — MCP Server 安装与配置 · AgentHub