MCP GitHub CrunchTools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token | |
| GITHUB_API_URL | No | API base URL (set for GHES) | https://api.github.com |
| GITHUB_DEFAULT_ORG | No | Default owner when a tool omits owner |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_issues_toolA | List issues for a GitHub repository (pull requests excluded). |
| get_issue_toolB | Get a single GitHub issue by number. |
| create_issue_comment_toolA | Create a comment on a GitHub issue or pull request. |
| list_pull_requests_toolB | List pull requests for a GitHub repository. |
| get_pull_request_toolA | Get a single GitHub pull request by number. |
| get_pull_request_diff_toolB | Get the unified diff for a GitHub pull request. |
| get_pull_request_checks_toolA | Get a combined CI status summary for a GitHub pull request. Combines check-runs and the legacy commit status into one summary, including the overall state and per-check conclusions. |
| get_file_content_toolA | Get the decoded text content of a file in a GitHub repository. |
| list_repo_tree_toolB | List the git tree (files and directories) of a GitHub repository. |
| search_code_toolB | Search for code across GitHub. Uses GitHub code search syntax (e.g., "addClass repo:jquery/jquery"). |
| search_issues_toolA | Search for issues and pull requests across GitHub. Uses GitHub issue search syntax (e.g., "is:open is:pr author:octocat"). |
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
- 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/crunchtools/mcp-github'
If you have feedback or need assistance with the MCP directory API, please join our Discord server