Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry2.3k stars299 forksPythonNOASSERTIONUpdated today
Editor's note

Repowise is a Python package (installed via `pip install repowise`) that builds a local codebase intelligence index across five layers and exposes it to Claude Code and other MCP-compatible agents through nine task-shaped MCP tools. The five layers are: a tree-sitter dependency graph covering 15 languages with PageRank and Leiden community detection; git analytics including hotspots derived from churn-times-complexity, co-change pairs, bus factor, and reviewer suggestions; LLM-generated per-module documentation with hybrid RAG search combining full-text and vector retrieval; architectural decisions mined from eight sources and linked to graph nodes via relationship edges; and a code health score that calculates 1-to-10 file-level ratings from 25 deterministic biomarkers including McCabe complexity, LCOM4 cohesion, Rabin-Karp clone detection, and change entropy. The health scoring requires zero LLM calls and completes in under 30 seconds on a 3,000-file repository, with biomarker weights calibrated against a real defect corpus rather than hand-tuned. Engineering teams using Claude Code benefit most, gaining structured codebase context that reduces tool calls and file reads per query compared to agents working from raw source alone.

ClaudeWave Trust Score
85/100
Trusted
Passed
  • License: NOASSERTION
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !README contains suspicious pattern: eval\s*\(
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · repowise
Claude Code CLI
claude mcp add repowise -- uvx repowise
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "repowise": {
      "command": "uvx",
      "args": ["repowise"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/repowise-dev/repowise and follow its README.

6 items in this repository

Use when a task asks why code is built a certain way, proposes architectural changes, compares implementation approaches, or mentions decision markers such as WHY, DECISION, TRADEOFF, or ADR in a Repowise-indexed repository.

Install

>

Install

>

Install

Use when exploring, understanding, or answering questions about a Repowise-indexed codebase, including architecture, where code is implemented, how a module works, or which files are relevant before reading source.

Install

Use when the user asks about unused code, cleanup, deleting files or exports, refactoring old areas, reducing bundle size, code hygiene, technical debt, or maintenance in a Repowise-indexed repository.

Install

Use before modifying, refactoring, moving, or deleting files in a Repowise-indexed repository, especially shared utilities, core modules, public APIs, or files the user did not explicitly identify.

Install
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aicode-complexitycode-healthcode-intelligencecode-qualitydead-codedeveloper-toolsdocumentationgit-analyticsmcpopen-sourcepythonrefactoringstatic-analysistechnical-debt

What people ask about repowise

What is repowise-dev/repowise?

+

repowise-dev/repowise is mcp servers for the Claude AI ecosystem. Codebase intelligence for AI-assisted engineering teams: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP. It has 2.3k GitHub stars and was last updated today.

How do I install repowise?

+

You can install repowise by cloning the repository (https://github.com/repowise-dev/repowise) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is repowise-dev/repowise safe to use?

+

Our security agent has analyzed repowise-dev/repowise and assigned a Trust Score of 85/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains repowise-dev/repowise?

+

repowise-dev/repowise is maintained by repowise-dev. The last recorded GitHub activity is from today, with 29 open issues.

Are there alternatives to repowise?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy repowise to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: repowise-dev/repowise
[![Featured on ClaudeWave](https://claudewave.com/api/badge/repowise-dev-repowise)](https://claudewave.com/repo/repowise-dev-repowise)
<a href="https://claudewave.com/repo/repowise-dev-repowise"><img src="https://claudewave.com/api/badge/repowise-dev-repowise" alt="Featured on ClaudeWave: repowise-dev/repowise" width="320" height="64" /></a>

More MCP Servers