Skip to content
Zed

RepoFold for Zed

dev.repofold/repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

client:Zed transport:streamable-http

Install RepoFold in Zed

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

{
  "context_servers": {
    "repofold": {
      "url": "https://repofold.dev/api/mcp"
    }
  }
}

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

RepoFold in other clients