codefit

codefit-cli/codefit
★ 0 stars Go Code/Dev Tools Updated today
CLI + MCP server that audits what AI-generated code hides: security risks, algorithmic complexity, DB quality & code review.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codefit": {
      "command": "go",
      "args": [
        "run",
        "github.com/codefit-cli/codefit@latest"
      ]
    }
  }
}

README Excerpt

> **The AI code auditor that audits itself.** codefit is an open-source tool, written in Go, that audits software written (partly or fully) by AI. It detects what a developer **never sees** during normal development: security vulnerabilities, algorithmic complexity that scales badly, structural database problems, regression risk, and quality issues that

Topics

aiclicode-qualitycode-reviewdeveloper-toolsgomcpopen-sourcesecuritystatic-analysis