C64ReverseEngineeringMCP

Jondalar/C64ReverseEngineeringMCP
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server for LLM-driven C64 reverse engineering — semantic analysis, disassembly annotation, and segment classification
View on GitHub →

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"
      ]
    }
  }
}