← Back to Plugins
MCP Server MCP

io.github.prufa-dev/prufa-mcp

github By github 👁 1 views ▲ 0 votes

The full Prufa QA agent over MCP: audits, flows, monitors, gremlin chaos, discovery.

Homepage Verified source GitHub

Install

uvx prufa-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "prufa-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Prufa API token for authenticated/higher-tier runs. Not required for the free audit or for the server to start.",
          "format": "string",
          "isSecret": true,
          "name": "PRUFA_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...