Home › Other › C64 Bridge

C64 Bridge

MCP server for Commodore 64 Ultimate hardware and VICE emulator control.

TypeScript
★ 37 stars Last pushed 2026-09-21 License: GPL-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y c64bridge@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "c64bridge": {
      "command": "npx",
      "args": [
        "-y",
        "c64bridge@1.0.2"
      ],
      "env": {
        "LOG_LEVEL": "<YOUR_VALUE>",
        "C64BRIDGE_CONFIG": "<YOUR_VALUE>",
        "C64_MODE": "<YOUR_VALUE>",
        "C64U_HOST": "<YOUR_VALUE>",
        "C64U_PORT": "<YOUR_VALUE>",
        "C64U_PASSWORD": "<YOUR_VALUE>",
        "VICE_BINARY": "<YOUR_VALUE>",
        "VICE_VISIBLE": "<YOUR_VALUE>",
        "VICE_WARP": "<YOUR_VALUE>",
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • LOG_LEVEL — Logger verbosity.
  • C64BRIDGE_CONFIG — Path to the C64 Bridge configuration file.
  • C64_MODE — Active backend.
  • C64U_HOST — Ultimate 64 host name or IP address.
  • C64U_PORT — Ultimate 64 REST port.
  • C64U_PASSWORD secret — Ultimate 64 network password sent as X-Password.
  • VICE_BINARY — VICE emulator binary to launch.
  • VICE_VISIBLE — Launch VICE with a visible window when possible.
  • VICE_WARP — Enable VICE warp mode.
  • GITHUB_TOKEN secret — GitHub token for optional RAG discovery against GitHub.

Related servers

Data from the Official MCP Registry