About GitHub MCP Server
GitHub MCP Server is an MCP server published by github in the Developer Tools category: a Model Context Protocol server that exposes read-only GitHub tools to LLM clients, enabling browsing of open issues, pull requests, issue details, and recent repository activity via natural language. It has been installed 0 times through Conduid.
The repository has 28K stars and 3.7K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx github-mcp-serverclaude mcp add github-mcp-server -- npx -y github-mcp-servernpx -y github-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about GitHub MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ✓Scoped permissionsDeclares the capabilities it needs.
Releases
README
GitHub MCP Server
The official GitHub MCP Server provides comprehensive access to GitHub's API through the Model Context Protocol.
Features
- Full repository management (create, fork, configure)
- Pull request workflows with review, merge, and conflict resolution
- Issue tracking with label management and milestone support
- Code search across repositories with regex support
- Commit history and diff viewing
- Actions workflow management and monitoring
- Branch protection rule management
Authentication
Requires a GitHub Personal Access Token with appropriate scopes:
export GITHUB_TOKEN=ghp_your_token_here
Or configure via MCP settings:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["@github/mcp-server"],
"env": { "GITHUB_TOKEN": "ghp_your_token" }
}
}
}
Tools Available
| Tool | Description |
|---|---|
create_repository |
Create a new repository |
list_pull_requests |
List PRs with filters |
create_issue |
Create an issue |
search_code |
Search code across repos |
get_file_contents |
Read file from repo |
push_files |
Commit and push changes |
README mirrored from the source repository 18 days ago. The original is authoritative.