code-auditor-mcp

BenAHammond/code-auditor-mcp
★ 7 stars TypeScript AI/LLM Updated today
Architectural invariants and code quality analysis, enforced inside your AI agent's edit loop. MCP server + CLI + Claude Code plugin. TypeScript, JavaScript, Go.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "BenAHammond/code-auditor-mcp"
      ]
    }
  }
}

README Excerpt

Architectural invariants enforced inside your AI agent's edit loop. When the agent writes code that breaks a project rule, Code Auditor catches it and blocks the edit. The agent sees the rule's message and fixes itself. ```bash claude plugin marketplace add BenAHammond/code-auditor-mcp claude plugin install code-auditor

Tools (1)

naming