Back to directory
ebitengine-mcp

ebitengine-mcp

@sedyh12

An MCP server for Ebitengine games, enabling AI agents in editors like Cursor, VS Code, and Windsurf to debug and interact with game state, capture logs, and record frames.

ebitenginegame-developmentdebugginggoentertainment

Installation & Configuration

{
  "mcpServers": {
    "ebitengine-mcp": {
      "type": "stdio",
      "command": "go",
      "args": [
        "run",
        "github.com/sedyh/ebitengine-mcp/cmd/[email protected]"
      ]
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2025/4/27
Updated
2026/6/8