An MCP server for running and debugging Atari 2600 (VCS) games via a headless Gopher2600 debugger.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stella-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"Stella-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add stella-mcp-server cargo run -- Stella-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stella-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"Stella-mcp-server"
]
}
}
}