Skip to main content
Glama
pranjal-sen-2004

GitHub Activity MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub Personal Access Token with repo and read:user scopes. Optional but recommended for higher rate limits.

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": 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
search_repositoriesB

Search GitHub repositories by query. Supports GitHub search qualifiers.

get_repositoryA

Get detailed information about a specific GitHub repository.

get_file_contentsB

Read the contents of a file from a GitHub repository.

list_commitsA

List recent commits for a repository, optionally filtered by path or author.

list_issuesB

List issues in a GitHub repository with optional filters.

get_issueA

Get detailed information about a specific issue, including its comments.

create_issueB

Create a new issue in a GitHub repository.

add_issue_commentB

Add a comment to an existing GitHub issue.

list_pull_requestsC

List pull requests in a GitHub repository.

get_pull_requestC

Get detailed information about a specific pull request.

get_pull_request_diffB

Get the diff/patch of a pull request to review code changes.

get_user_profileA

Get public profile information for a GitHub user.

list_user_reposB

List repositories for a GitHub user.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_repoComprehensively analyze a GitHub repository — architecture, code quality, activity, and recommendations.
review_prReview a pull request with focus on code quality, bugs, and best practices.
issue_triageTriage and categorize open issues in a repository.

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/pranjal-sen-2004/github-mcp-server'

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