mcpbeat Sign in

github-twin MCP Server

local only

github-twin runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from pypi. Last commit 2 Jul 2026.

Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.

Installs per day peak 100 · avg 46 · -21% w/w
a month agotoday
246
Installs / week
pypi · github-twin
0
Stars
1 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/github_twin/_version.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add github-twin -- uvx github-twin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-twin": {
      "args": [
        "github-twin"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-twin]
command = "uvx"
args = ["github-twin"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-twin": {
      "args": [
        "github-twin"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-twin": {
      "args": [
        "github-twin"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token. Optional: github-twin can also pick the token up from `gh auth token` or from its own OAuth device-flow login (`gt auth login`).), ANTHROPIC_API_KEY (Optional. Enables the Claude backend for `gt summarize`, `gt distill`, and `gt eval`. Defaults to local Ollama when unset.), GEMINI_API_KEY (Optional. Enables the Gemini backend for embedding and the LLM seam. Vertex AI ADC via `GT_GEMINI_PROJECT` is also supported.), GT_PATHS__DATA_DIR (Optional. Override the on-disk data directory holding the SQLite index, embeddings, and cached GitHub responses. Defaults to `$XDG_DATA_HOME/github-twin`.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to github-twin

same job, measured the same way
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Memex
by dioniipereyraa

One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.

120 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
MCP Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

45 installs/wk local only
Git Enhanced
by davidweb3-ctrl

Enhanced Git MCP Server - Code review, commit analysis, and branch management

local only

github-twin — questions

Answers built from our own checks of this server.

Why is there no uptime for github-twin?
github-twin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package github-twin was installed 246 times last week.
How do I connect github-twin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls github-twin straight from pypi; nothing to host, nothing to sign up for.
How many people use github-twin?
The pypi package github-twin was installed 246 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is github-twin open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.