What is the Repowise MCP server?
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
How to install Repowise
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"repo_path",
"--transport",
"stdio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"repo_path",
"--transport",
"stdio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"repowise": {
"command": "uvx",
"args": [
"repowise",
"mcp",
"repo_path",
"--transport",
"stdio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"repowise": {
"type": "stdio",
"command": "uvx",
"args": [
"repowise",
"mcp",
"repo_path",
"--transport",
"stdio"
]
}
}
}Claude Code
claude mcp add repowise -- uvx repowise mcp repo_path --transport stdioRelated MCP servers
Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed.