Official GitHub integration — manage repos, issues, pull requests, and workflows from your AI agent
The official GitHub MCP server brings code, issues, pull requests, and CI/CD workflows into your AI environment. Developers can review PRs, triage bugs, and automate repository management with natural language. Features: - Create, review, and merge pull requests - Search issues and comments across repositories - Manage branch protections and collaborators - Query commit history and file changes - Trigger GitHub Actions workflows and inspect logs - Fetch repository metadata and code browsing suggestions - Access repository security alerts and dependency insights This official integration gives AI agents the exact repository context and workflow controls developers need.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@github/mcp"],
env={
"GITHUB_TOKEN": "ghp_...",
"GITHUB_ORG": "your-org",
},
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain GitHub MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/github-mcp)
GitHub MCP Server
Full GitHub API access for your AI agents — repos, issues, PRs, and more
Linear MCP
Official Linear integration — create issues, manage sprints, and update project status via AI
GitLab MCP
Official GitLab integration — manage CI/CD pipelines, merge requests, and issues inside AI workflows