github-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub personal access token for authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_issuesA | List issues in a GitHub repository. Returns the most recent issues in the specified state. Pull requests are filtered out. |
| get_issueA | Get a single GitHub issue by its number. |
| create_issueA | Create a new issue in a GitHub repository you have write access to. |
| list_pull_requestsB | List pull requests in a GitHub repository. |
| get_pull_requestA | Get a single GitHub pull request by its number. |
| search_codeA | Search for code across GitHub repos. Requires a fine-grained token with 'Code: Read' scope, or a classic token with |
| get_file_contentA | Read the contents of a file from a GitHub repository at a given ref (branch, tag, or commit SHA). Defaults to the repo's default branch. Text files are returned UTF-8-decoded under 'decoded_content'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/AbdeeBuilds/github-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server