prufa mcp for VS Code
io.github.prufa-dev/prufa-mcp
The full Prufa QA agent over MCP: audits, flows, monitors, gremlin chaos, discovery.
client:VS Code
transport:stdio
runtime:pypi
Install prufa mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "prufa-api-token",
"description": "PRUFA_API_TOKEN",
"password": true
}
],
"servers": {
"prufa-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"prufa-mcp"
],
"env": {
"PRUFA_API_TOKEN": "${input:prufa-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs