mcpbeat Sign in

Github MCP Server

local only

Github runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 19 Apr 2026.

GitHub MCP Server - List PRs, issues, repo info, and search code

Installs per day peak 10 · avg 3 · +144% w/w
a month agotoday
21
Installs / week
npm · @davidweb3-ctrl/mcp-github-server
0
Stars
0 open issues
19 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Github every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 -- npx -y @davidweb3-ctrl/mcp-github-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github": {
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github]
command = "npx"
args = ["-y", "@davidweb3-ctrl/mcp-github-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "github": {
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github": {
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub Personal Access Token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Github

same job, measured the same way
Github MCP Connector
by ferhatdundar

MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.

local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
Github Gist
by ofershap

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

38 installs/wk local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

26 installs/wk local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only
Gk CLI
by gitkraken

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

12 113 installs/wk local only

Github — questions

Answers built from our own checks of this server.

Why is there no uptime for Github?
Github 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 npm package @davidweb3-ctrl/mcp-github-server was installed 21 times last week.
How do I connect Github?
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 @davidweb3-ctrl/mcp-github-server straight from npm; nothing to host, nothing to sign up for.
How many people use Github?
The npm package @davidweb3-ctrl/mcp-github-server was installed 21 times in the last week. Week over week that is +144%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Github open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.