github-twin for Cline
io.github.christopherdavenport/github-twin
Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.
client:Cline
transport:stdio
runtime:pypi
Install github-twin in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs