Skip to content
Gemini CLI

PPSSPP Debug MCP Server for Gemini CLI

io.github.astralvoidz/ppsspp-dfx-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install PPSSPP Debug MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ppsspp-dfx-mcp": {
      "command": "uvx",
      "args": [
        "ppsspp-dfx-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PPSSPP Debug MCP Server in other clients