Skip to content
VS Code

RepoFold for VS Code

dev.repofold/repofold

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

client:VS Code transport:streamable-http

Install RepoFold in VS Code

.vscode/mcp.json

{
  "servers": {
    "repofold": {
      "type": "http",
      "url": "https://repofold.dev/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RepoFold in other clients