★ 1,191 stars
Python
💻 Code/Dev Tools
Updated today
Codebase intelligence for AI-assisted engineering teams — auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add repowise uvx repowise
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise"
]
}
}
}
📋 Copy
Or install with pip: pip install repowise
Topics
ai claude code-intelligence dead-code developer-tools documentation git-analytics mcp open-source python