MCP server giving coding agents full control of homebrew ROM development AND reverse-engineering/romhacking across 14 retro platforms (NES, SNES, GB, Genesis, Atari, C64, PC Engine, MSX, ...) via WASM…
| Tool name | Description | Destructive? |
|---|---|---|
| cart | ✓ no | |
| build | ✓ no | |
| romPatch | ✓ no | |
| assembleSnippet | ✓ no | |
| importArt | ✓ no |
| loadMedia | ✓ no | |
| host | ✓ no | |
| encodeAudio | ✓ no | |
| audioDebug | ✓ no | |
| frame | ✓ no | |
| breakpoint | ✓ no | |
| cpu | ✓ no | |
| watch | ✓ no | |
| playtest | ✓ no | |
| catalog | ✓ no | |
| files | ✓ no | |
| recordSession | ✓ no | |
| disasm | ✓ no | |
| memory | ✓ no | |
| symbols | ✓ no | |
| tiles | ✓ no | |
| background | ✓ no | |
| text | ✓ no | |
| platform⚠ | ⚠ yes | |
| input | ✓ no | |
| examples | ✓ no | |
| encodeArt | ✓ no | |
| cheats | ✓ no | |
| sprites | ✓ no | |
| runUntil⚠ | ⚠ yes | |
| palette | ✓ no | |
| state | ✓ no |
{
"mcpServers": {
"romdev": {
"command": "npx",
"args": [
"-y",
"romdev-mcp"
]
}
}
}