← Index

io.github.Perf-AI/perf-mcp

io.github.Perf-AI/perf-mcp·v0.1.1·Other
Quality Score
77
/100

Fact-check and fix AI outputs. Hallucination detection, schema validation, auto-repair.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "perf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perf-mcp"
      ],
      "env": {
        "PERF_API_KEY": "<your-perf_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "perf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "perf-mcp"
      ],
      "env": {
        "PERF_API_KEY": "<your-perf_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y perf-mcp
§02  Environment variables
PERF_API_KEY
requiredsecret

Your Perf API key (get one at dashboard.withperf.pro)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other