Loading MCP server directory, please wait...
Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
npx @getmcp/cli add io.github.aifity/omnigit-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aifity/omnigit-mcp": {
"command": "docker",
"args": [
"127.0.0.1:8085:8085",
"GITHUB_OAUTH_CALLBACK_PORT=8085",
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/aifity/omnigit-mcp:0.6.0"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
}
}
}
}