RepoFold for Claude Desktop
dev.repofold/repofold
A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.
client:Claude Desktop
transport:streamable-http
Install RepoFold in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"repofold": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://repofold.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs