The Omnigit GitHub & Local Git MCP Server connects AI tools directly to GitHub's platform, enabling AI agents to manage repositories, issues, pull requests, and automate workflows through natural language interactions.
From the registry: Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
Please install the `omnigit-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Docker** — Requires Docker installed and running. Image: ghcr.io/aifity/omnigit-mcp. (https://www.docker.com/)
- **GitHub Personal Access Token** — Create a GitHub PAT with appropriate scopes. (https://github.com/settings/tokens)
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","-i","--rm","-e","GITHUB_PERSONAL_ACCESS_TOKEN","ghcr.io/aifity/omnigit-mcp"]
- required environment variables:
- `GITHUB_PERSONAL_ACCESS_TOKEN`: GitHub Personal Access Token. (example: `<your-github-token>`)
- optional environment variables:
- `GITHUB_HOST`: GitHub Enterprise Server hostname (use https:// prefix). (example: `https://your-ghes.example.com`)
- `GITHUB_TOOLSETS`: Comma-separated list of toolsets to enable. (example: `repos,issues,pull_requests`)
Note: Fork of github/github-mcp-server with CI/CD intelligence. Can also be built from source (Go) as `omnigit-mcp stdio` binary. Remote hosted variant available.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GITHUB_PERSONAL_ACCESS_TOKENrequiredGitHub Personal Access Token for authentication.Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.