github-mcp
Provides tools for managing GitHub repositories, including reading and writing files, listing directories, managing branches, issues, pull requests, commits, and performing code search.
Enables listing workflows, listing workflow runs, and triggering GitHub Actions workflow runs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@github-mcplist all open issues assigned to me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
github-mcp
A Model Context Protocol (MCP) server that gives Claude direct access to GitHub: repos, files, branches, issues, pull requests, GitHub Actions, and code search, authenticated with a personal access token.
Why this exists
Claude Code has its own GitHub integration built in. Claude chat (the desktop app, claude.ai) doesn't ship with a first party GitHub connector. This server fills that gap for anyone who wants Claude to read and write to their repos outside of Claude Code.
Related MCP server: GitHub Tools MCP Server
What it can do
List, search, and get details on repos
Read and write files, list directories
Branches: list, create, delete
Issues: list, get, create, update, comment
Pull requests: list, get, create, merge
GitHub Actions: list workflows, list runs, trigger a run
Search code and issues/PRs across your repositories
List commits
Create new repos
Get info on the authenticated user
Setup
Clone this repo and install dependencies:
git clone https://github.com/JessicaTemplet/github-mcp.git cd github-mcp npm install npm run buildCreate a GitHub personal access token at Settings -> Developer settings -> Personal access tokens. Give it the scopes you actually need (
repofor private repo access,workflowif you want it triggering Actions).Add it to your Claude Desktop config. Don't create a
claude_desktop_config.jsonyourself somewhere and expect Claude Desktop to find it, that file has to be the one the app actually reads, and creating a separate one won't work. Instead, open Claude Desktop, go to Settings -> Developer -> Edit Config, and that opens the real config file for you to edit:{ "mcpServers": { "github": { "command": "node", "args": ["/absolute/path/to/github-mcp/dist/index.js"], "env": { "GITHUB_TOKEN": "your-token-here" } } } }Restart Claude Desktop.
Notes
The token is read from an environment variable at runtime and is never written to disk by this server. Don't commit a token or a
.envfile to this repo.Built against the official
@modelcontextprotocol/sdkand@octokit/rest.
License
MIT, see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.18MIT
- Flicense-quality-maintenanceModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.1
- Flicense-quality-maintenanceA Model Context Protocol server that provides comprehensive GitHub integration for Claude Desktop, allowing users to manage repositories, issues, and pull requests. It supports file operations, branch management, and repository searches through natural language commands.570
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with the GitHub API directly.216MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JessicaTemplet/github-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server