Back to MCP Servers

Blind Auditor

A zero-cost MCP server that forces AI to self-correct generation messages using prompt injection, independent self-audition and context isolation.

coding-agentsai

Installation

npx -y Blind-Auditor

Configuration

{
  "mcpServers": {
    "Blind-Auditor": {
      "command": "npx",
      "args": ["-y", "Blind-Auditor"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub