github-twin
Rank #46,005io.github.ChristopherDavenport/github-twin
Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.
github-twin is a Model Context Protocol (MCP) server published by christopherdavenport. It ranks #46,005 of 115,460 servers tracked on MCP Toplist. github-twin is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 16, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 69,455 of 115,460 servers on MCP Toplist.
Use github-twin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add github-twin -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "GT_PATHS__DATA_DIR=<your GT_PATHS__DATA_DIR>" -- uvx serve github-twinReplace each placeholder with your own value before saving.
[mcp_servers.github-twin]
command = "uvx"
args = ["serve", "github-twin"]
[mcp_servers.github-twin.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
GT_PATHS__DATA_DIR = "<your GT_PATHS__DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"serve",
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<your GT_PATHS__DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"serve",
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<your GT_PATHS__DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"github-twin": {
"type": "stdio",
"command": "uvx",
"args": [
"serve",
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<your GT_PATHS__DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"serve",
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<your GT_PATHS__DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-twin": {
"command": "uvx",
"args": [
"serve",
"github-twin"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GT_PATHS__DATA_DIR": "<your GT_PATHS__DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChristopherDavenport%2Fgithub-twin)<a href="https://mcptoplist.com/server/io.github.ChristopherDavenport%2Fgithub-twin"><img src="https://mcptoplist.com/badge/io.github.ChristopherDavenport%2Fgithub-twin.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
christopherdavenport
Other servers by christopherdavenport
View all christopherdavenport servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.13 | May 19, 2026 |
| 0.0.10 | May 18, 2026 |
Frequently asked questions
- Who maintains github-twin?
- github-twin is maintained by christopherdavenport, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is github-twin listed on the Official MCP Registry?
- Yes — github-twin is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does github-twin have?
- MCP Toplist tracks 2 versions of github-twin, most recently published on May 19, 2026.
- Where can I find the source code for github-twin?
- The source code for github-twin is hosted at github.com/christopherdavenport/github-twin.