Skip to main content
Coding AgentsPython

sim-xia/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-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/Sim-xia/Blind-Auditor

Claude Desktop configuration example:

{
  "mcpServers": {
    "blind-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "sim-xia/blind-auditor"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
Sim-xia