Full GitHub API access for your AI agents — repos, issues, PRs, and more
Connect your AI agents to GitHub with full read/write access. Create issues, open pull requests, review code, and manage repositories directly from your AI workflows. Features: - Repository management (create, clone, fork) - Issues and pull request management - Code review and commenting - GitHub Actions integration - Organization and team management - Webhook event handling Built on the official GitHub REST API v3 with OAuth App support and fine-grained PAT tokens.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@modelcontextprotocol/server-github"],
env={
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_xxxxxxxxxxxx",
},
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain GitHub MCP Server, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/github-mcp-server)
Docker MCP
Official Docker integration — manage containers, images, volumes and compose stacks via AI
Vercel MCP
Official Vercel integration — manage deployments, logs, env vars, and projects from your AI agent
GitHub MCP
Official GitHub integration — manage repos, issues, pull requests, and workflows from your AI agent