经 AI Skill Hub 精选评估,repowise MCP工具 获评「强烈推荐」。已获得 1.6k 颗 GitHub Star,这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
repowise MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
repowise MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/repowise-dev/repowise
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"repowise-mcp--": {
"command": "npx",
"args": ["-y", "repowise"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 repowise MCP工具 执行以下任务... Claude: [自动调用 repowise MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"repowise_mcp__": {
"command": "npx",
"args": ["-y", "repowise"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<a href="https://www.repowise.dev"><img src=".github/assets/banner-v2.png" alt="repowise: evidence-backed codebase intelligence" width="100%" /></a>
<p align="center">Repowise indexes your code, dependency graph, git history, tests,<br /> documentation, and decisions once, then gives agents and developers cited answers,<br /> change impact, and concrete code-health fixes.</p>
<p align="center"> <a href="https://www.repowise.dev"><img src="https://img.shields.io/badge/LIVE_DEMO-repowise.dev-F59520?style=for-the-badge&labelColor=0A0A0A" alt="Open the live Repowise demo" /></a> </p>
<img src=".github/assets/product-map-dark.png" alt="Repowise connects code and dependency data, git history, tests and contracts, documentation, and architectural decisions in one continuously updated local index that gives developers and AI agents cited understanding, change impact, and concrete code-health improvements across editors, pull requests, dashboards, and multi-repository workspaces" width="100%" />
−31.6% |
97.2% |
2.3× |
| less agent output 3.8 vs 7.2 tool calls n=43 · p<0.0001 |
smaller context payload 393 vs 13,984 tokens 30 Flask commits |
more defects surfaced same 20%-of-lines budget 2,770 files · p=0.003 |
<p align="center"><sub><strong>Graph accuracy leader at matched coverage.</strong><br /> No tool finding as much was more precise in all 7 compiler-graded cells.<br /> <em>5 tools · 37,853 oracle edges</em></sub></p>
<p align="center"><sub><strong>Zero LLM calls</strong> for graph, risk, health, tests, dead code, and PR review. Generated prose is optional. Every benchmark publishes its sample, method, limitations, and losing rows.</sub></p>
<p align="center"><sub> Free and self-hosted · core analysis stays on your infrastructure · no API key needed · AGPL-3.0 or commercial </sub></p>
<p align="center"> <a href="https://repowise.dev/repo/repowise-dev/repowise"><img src="https://api.repowise.dev/badge/wiki/repowise-dev/repowise.svg?style=flat-square" alt="Explore Repowise's own code" /></a> <a href="https://repowise.dev/repo/repowise-dev/repowise/code-health"><img src="https://api.repowise.dev/badge/health/repowise-dev/repowise.svg?style=flat-square" alt="Repowise code health" /></a> <a href="https://pypi.org/project/repowise/"><img src="https://img.shields.io/pypi/v/repowise?style=flat-square&logo=pypi" alt="PyPI version" /></a> <a href="https://www.gnu.org/licenses/agpl-3.0"><img src="https://img.shields.io/badge/license-AGPL--3.0-059669?style=flat-square" alt="License: AGPL 3.0" /></a> </p>
<p align="center"> <a href="#why-repowise"><strong>Why Repowise</strong></a> · <a href="#your-agent-stops-guessing"><strong>Agents</strong></a> · <a href="#know-whats-dangerous-before-you-merge"><strong>Changes</strong></a> · <a href="#code-health"><strong>Code health</strong></a> · <a href="#past-one-repo"><strong>Workspaces</strong></a> · <a href="#measured-against-the-field"><strong>Evidence</strong></a> · <a href="#for-teams-and-enterprises"><strong>Enterprise</strong></a> · <a href="https://docs.repowise.dev"><strong>Docs</strong></a> </p>
</div>
---
<a id="why-repowise"></a>
Four deterministic signals, all computed from the graph and git history, no LLM:
- Change risk. Score any commit or base..HEAD range 0-10 from the shape of the diff, ranked against your repo's own recent commits. PR mode returns directives rather than vibes: may_break, missing_cochanges, missing_tests, tests_to_run. One command: repowise risk main..HEAD. (reference →) - Bug history. Which files and symbols actually get bug-fixed, and how recently. Doc, test and config commits are filtered out so the count means what it says, and a file with a run of recent fixes gets flagged as a bug magnet while you edit it. (reference →) - Test intelligence. Which tests reach a file and which ones a diff actually exercises, from the call graph, with or without a coverage report. (reference →) - Change coordination. Which other open branches edit the files you are editing, every row saying why it is listed (same file, or a co-change pair with the commit counts behind it), and whether the diff in front of you is one change or several groups the index links nothing between. Both stay quiet when there is nothing to report. repowise overlap and repowise risk. (reference →)
Plus the free Repowise PR Bot, which puts all of it on every pull request. Zero LLM calls.
---
pip install repowise
cd /path/to/your/repo
repowise init --no-prose -y
repowise serve
That builds the graph, git, decisions, health, dead-code and structural-wiki layers locally. Connect Claude Code, Codex, Cursor or any MCP host, or open the dashboard. init wires Claude Code automatically. Then ask your agent: "Use Repowise get_overview to summarize this repository" or "What breaks if I change src/auth.py?"
Full setup, every agent, and optional model-written prose →
---
No single product competes with all of this, so there is no single table. Three axes, three sets of real peers. Rows marked measured are head-to-head numbers, and they link to docs/BENCHMARKS.md where the sample sizes, the tests and the rows we lose all live.
<details> <summary><strong>Open the complete capability comparisons</strong></summary>
高价值的开源MCP工具,深度集成Claude能力,自动化代码分析和文档生成功能实用,社区活跃度好,维护质量高。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:repowise MCP工具 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | repowise |
| 原始描述 | 开源MCP工具:Codebase intelligence for AI-assisted engineering teams — auto-generated docs, g。⭐1.6k · Python |
| Topics | 代码分析MCP工具Claude集成开发者工具代码智能死代码检测 |
| GitHub | https://github.com/repowise-dev/repowise |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端