Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub Personal Access Token for API authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_repositoryB

Get metadata for a GitHub repository.

list_branchesC

List branches in a repository.

get_file_contentB

Read a file from a repository. Optionally specify ref (branch, tag, or commit SHA).

list_commitsC

List recent commits, optionally filtered by branch.

list_issuesB

List issues in a repository. Pull requests are excluded.

get_issueC

Get full details and comments for an issue.

create_issueC

Create a new issue in a repository.

list_pull_requestsC

List pull requests in a repository.

get_pull_requestB

Get pull request details including reviews and changed files.

search_repositoriesC

Search GitHub repositories.

search_codeC

Search code across GitHub. Example query: 'addClass in:file language:js repo:jquery/jquery'.

get_user_infoC

Get public profile information for a GitHub user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
authenticated_userProfile of the authenticated GitHub user.
user_repositoriesRepositories accessible to the authenticated user (up to 30).

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/rkjavait/rk-git-mcp'

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