paranoia-mcp

subvertnormality/paranoia-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Adversarial code and plan review via GPT-5.4, exposed as an MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paranoia-mcp": {
      "command": "uvx",
      "args": [
        "paranoia-mcp"
      ]
    }
  }
}

Or install with pip: pip install paranoia-mcp