Skip to content
Zed

Repowise for Zed

dev.repowise/repowise

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

client:Zed transport:stdio runtime:pypi

Install Repowise in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "repowise": {
      "command": "uvx",
      "args": [
        "repowise"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Repowise in other clients