GitHub Activity MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub 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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| analyze_repo | Comprehensively analyze a GitHub repository — architecture, code quality, activity, and recommendations. |
| review_pr | Review a pull request with focus on code quality, bugs, and best practices. |
| issue_triage | Triage and categorize open issues in a repository. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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