PPSSPP Debug MCP Server for Zed
io.github.astralvoidz/ppsspp-dfx-mcp
Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.
client:Zed
transport:stdio
runtime:pypi
Install PPSSPP Debug MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ppsspp-dfx-mcp": {
"command": "uvx",
"args": [
"ppsspp-dfx-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs