Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub personal access token for authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 repo scope.

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

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/AbdeeBuilds/github-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server