← Back to browse

C64 Bridge

Indexed by io.github.chrisgleissner

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLOG_LEVEL C64BRIDGE_CONFIG C64_MODE C64U_HOST C64U_PORT C64U_PASSWORD VICE_BINARY VICE_VISIBLE VICE_WARP GITHUB_TOKEN
Claude Code
claude mcp add --env LOG_LEVEL= --env C64BRIDGE_CONFIG= --env C64_MODE= --env C64U_HOST= --env C64U_PORT= --env C64U_PASSWORD= --env VICE_BINARY= --env VICE_VISIBLE= --env VICE_WARP= --env GITHUB_TOKEN= c64bridge -- npx c64bridge
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"c64bridge","command":"npx","args":["c64bridge"],"env":{"LOG_LEVEL":"","C64BRIDGE_CONFIG":"","C64_MODE":"","C64U_HOST":"","C64U_PORT":"","C64U_PASSWORD":"","VICE_BINARY":"","VICE_VISIBLE":"","VICE_WARP":"","GITHUB_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "c64bridge": {
      "command": "npx",
      "args": [
        "c64bridge"
      ],
      "env": {
        "LOG_LEVEL": "",
        "C64BRIDGE_CONFIG": "",
        "C64_MODE": "",
        "C64U_HOST": "",
        "C64U_PORT": "",
        "C64U_PASSWORD": "",
        "VICE_BINARY": "",
        "VICE_VISIBLE": "",
        "VICE_WARP": "",
        "GITHUB_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.