github-twin
About
Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GITHUB_TOKEN ANTHROPIC_API_KEY GEMINI_API_KEY GT_PATHS__DATA_DIRClaude Code
claude mcp add --env GITHUB_TOKEN= --env ANTHROPIC_API_KEY= --env GEMINI_API_KEY= --env GT_PATHS__DATA_DIR= github-twin -- uvx github-twin
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"github-twin","command":"uvx","args":["github-twin"],"env":{"GITHUB_TOKEN":"","ANTHROPIC_API_KEY":"","GEMINI_API_KEY":"","GT_PATHS__DATA_DIR":""}}'
JSON
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"github-twin"
],
"env": {
"GITHUB_TOKEN": "",
"ANTHROPIC_API_KEY": "",
"GEMINI_API_KEY": "",
"GT_PATHS__DATA_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.