C64 Bridge for Windsurf
io.github.chrisgleissner/c64bridge
MCP server for Commodore 64 Ultimate hardware and VICE emulator control.
client:Windsurf
transport:stdio
runtime:npm
Install C64 Bridge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs