Skip to main content
Glama
Utkarsh-kumar-singh

GitHub MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesYour GitHub Personal Access Token (PAT) for authentication.

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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_repositoriesA

List all repositories of the authenticated user.

get_repositoryD

Get details of a repository.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one retrieves details of a specific repository, the other lists all repositories. No overlap in purpose.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern ('get_repository', 'list_repositories'), with appropriate singular/plural usage.

Tool Count1/5

With only 2 tools, the server is extremely limited for a GitHub-related service. Typical functionality requires many more tools (issues, PRs, etc.).

Completeness1/5

The tool surface is severely incomplete; it lacks any operations related to issues, pull requests, commits, content, or repository management beyond basic retrieval.

Maintenance

ActivityStale
ResponsivenessUnresponsive