PPSSPP Debug MCP Server for Windsurf
io.github.astralvoidz/ppsspp-dfx-mcp
Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.
client:Windsurf
transport:stdio
runtime:pypi
Install PPSSPP Debug MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ppsspp-dfx-mcp": {
"command": "uvx",
"args": [
"ppsspp-dfx-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs