github-twin for Windsurf
io.github.christopherdavenport/github-twin
Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.
client:Windsurf
transport:stdio
runtime:pypi
Install github-twin in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<GT_PATHS__DATA_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs