Skip to content
Cursor

Repowise for Cursor

dev.repowise/repowise

Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.

client:Cursor transport:stdio runtime:pypi

Install Repowise in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "repowise": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "repowise"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Repowise in other clients