Repowise
Rank #142dev.repowise/repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
Repowise is a Model Context Protocol (MCP) server published by repowise-dev. It ranks #142 of 103,283 servers tracked on MCP Toplist, and its repository has 4,660 GitHub stars. Repowise is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 103,141 of 103,283 servers on MCP Toplist.
Use Repowise
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add repowise -- uvx repowise mcp "<repo_path>" --transport stdioReplace each placeholder with your own value before saving.
[mcp_servers.repowise]
command = "uvx"
args = ["repowise", "mcp", "<repo_path>", "--transport", "stdio"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"<repo_path>",
"--transport",
"stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"<repo_path>",
"--transport",
"stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"repowise": {
"type": "stdio",
"command": "uvx",
"args": [
"repowise",
"mcp",
"<repo_path>",
"--transport",
"stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"<repo_path>",
"--transport",
"stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"<repo_path>",
"--transport",
"stdio"
]
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.repowise%2Frepowise)<a href="https://mcptoplist.com/server/dev.repowise%2Frepowise"><img src="https://mcptoplist.com/badge/dev.repowise%2Frepowise.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
repowise-dev
Available versions (1)
| Version | Published |
|---|---|
| 0.17.1 | Jun 7, 2026 |
Frequently asked questions
- Who maintains Repowise?
- Repowise is maintained by repowise-dev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Repowise listed on the Official MCP Registry?
- Yes — Repowise is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Repowise have?
- MCP Toplist tracks 1 version of Repowise, most recently published on Jun 7, 2026.
- Where can I find the source code for Repowise?
- The source code for Repowise is hosted at github.com/repowise-dev/repowise.