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 ServersRegistry oficial2.3k estrellas299 forksPythonNOASSERTIONActualizado today
Nota editorial

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 en este repositorio

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.

Instalar

>

Instalar

>

Instalar

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.

Instalar

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.

Instalar

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.

Instalar
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aicode-complexitycode-healthcode-intelligencecode-qualitydead-codedeveloper-toolsdocumentationgit-analyticsmcpopen-sourcepythonrefactoringstatic-analysistechnical-debt

Lo que la gente pregunta sobre repowise

¿Qué es repowise-dev/repowise?

+

repowise-dev/repowise es mcp servers para el ecosistema de Claude AI. Codebase intelligence for AI-assisted engineering teams: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP. Tiene 2.3k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala repowise?

+

Puedes instalar repowise clonando el repositorio (https://github.com/repowise-dev/repowise) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar repowise-dev/repowise?

+

Nuestro agente de seguridad ha analizado repowise-dev/repowise y le ha asignado un Trust Score de 85/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene repowise-dev/repowise?

+

repowise-dev/repowise es mantenido por repowise-dev. La última actividad registrada en GitHub es de today, con 29 issues abiertos.

¿Hay alternativas a repowise?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega repowise en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers