repowise (MCP Server)

GitHub

Codebase intelligence for AI and humans: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "repowise": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-repowise"
      ]
    }
  }
}