MCP server for LLM-driven C64 reverse engineering — semantic analysis, disassembly annotation, and segment classification
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"c64reverseengineerin": {
"command": "npx",
"args": [
"-y",
"Jondalar/C64ReverseEngineeringMCP"
]
}
}
}
Run in terminal:
claude mcp add c64reverseengineerin npx -y Jondalar/C64ReverseEngineeringMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"c64reverseengineerin": {
"command": "npx",
"args": [
"-y",
"Jondalar/C64ReverseEngineeringMCP"
]
}
}
}