GitHub
Rank #17,929io.github.aifity/omnigit-mcp
Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
GitHub is a Model Context Protocol (MCP) server published by aifity. It ranks #17,929 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. GitHub is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 114,117 of 132,046 servers on MCP Toplist.
Use GitHub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add omnigit-mcp -- docker run -i --rm -p 127.0.0.1:8085:8085 -e GITHUB_OAUTH_CALLBACK_PORT=8085 -e "GITHUB_PERSONAL_ACCESS_TOKEN={token}" ghcr.io/aifity/omnigit-mcp:0.6.0[mcp_servers.omnigit-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-p", "127.0.0.1:8085:8085", "-e", "GITHUB_OAUTH_CALLBACK_PORT=8085", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN={token}", "ghcr.io/aifity/omnigit-mcp:0.6.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"omnigit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"omnigit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"omnigit-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"omnigit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"omnigit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
]
}
}
}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.aifity%2Fomnigit-mcp)<a href="https://mcptoplist.com/server/io.github.aifity%2Fomnigit-mcp"><img src="https://mcptoplist.com/badge/io.github.aifity%2Fomnigit-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aifity
Available versions (7)
| Version | Published |
|---|---|
| 0.6.0 | Jul 12, 2026 |
| 0.5.0 | Apr 12, 2026 |
| 0.4.0 | Apr 1, 2026 |
| 0.2.0 | Feb 26, 2026 |
| 0.1.2 | Feb 22, 2026 |
| 0.1.1 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains GitHub?
- GitHub is maintained by aifity, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is GitHub listed on the Official MCP Registry?
- Yes — GitHub is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GitHub have?
- MCP Toplist tracks 7 versions of GitHub, most recently published on Jul 12, 2026.
- Where can I find the source code for GitHub?
- The source code for GitHub is hosted at github.com/aifity/omnigit-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.