Skip to main content
Glama
crunchtools

MCP GitHub CrunchTools

by crunchtools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub Personal Access Token
GITHUB_API_URLNoAPI base URL (set for GHES)https://api.github.com
GITHUB_DEFAULT_ORGNoDefault owner when a tool omits owner

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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