Skip to main content
Glama
ArnabbLank

github-mcp-server

by ArnabbLank

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_OWNERYesGitHub username or organization.
GITHUB_TOKENYesGitHub personal access token with repo and read:user scopes.

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_reposB

List repositories for a user/org. Returns name, language, stars, and last updated.

get_repo_structureC

Get the file/directory tree of a repository (one level deep).

get_fileB

Read a file's content from a GitHub repository.

search_codeC

Search code across repositories. Optionally filter by owner or language.

list_issuesC

List issues for a repository.

get_commitsC

Get recent commits for a repository.

repo_statsB

Get repository stats: languages, size, open issues, forks, creation date.

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

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