Skip to content
VS Code

PPSSPP Debug MCP Server for VS Code

io.github.astralvoidz/ppsspp-dfx-mcp

Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.

client:VS Code transport:stdio runtime:pypi

Install PPSSPP Debug MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ppsspp-dfx-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ppsspp-dfx-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PPSSPP Debug MCP Server in other clients