consistency-check

millsmillsymills/consistency-check
★ 0 stars Python File System Updated 4d ago
Cross-repo consistency audit for MCP server projects
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": {
    "consistency-check": {
      "command": "uvx",
      "args": [
        "consistency-check"
      ]
    }
  }
}

Or install with pip: pip install consistency-check

README Excerpt

Canonical MCP-server standards and audit tool for the millsmillsymills MCP suite. ```bash uv run consistency-check audit # dry-run, all repos, prints to stdout uv run consistency-check audit --out reports/ # writes per-repo .md files uv run consistency-check audit --repo unifi-mcp --apply # files GitHub issues (idempotent)