Skip to content
Cline

C64 Bridge for Cline

io.github.chrisgleissner/c64bridge

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

client:Cline transport:stdio runtime:npm

Install C64 Bridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "c64bridge": {
      "command": "npx",
      "args": [
        "-y",
        "c64bridge"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>",
        "C64BRIDGE_CONFIG": "<C64BRIDGE_CONFIG>",
        "C64_MODE": "<C64_MODE>",
        "C64U_HOST": "<C64U_HOST>",
        "C64U_PORT": "<C64U_PORT>",
        "C64U_PASSWORD": "<C64U_PASSWORD>",
        "VICE_BINARY": "<VICE_BINARY>",
        "VICE_VISIBLE": "<VICE_VISIBLE>",
        "VICE_WARP": "<VICE_WARP>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

C64 Bridge in other clients