GitHub Summary MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token with repo scope |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_daily_summaryA | Generate a summary of today's commits authored by the authenticated GitHub user. The tool:
Returns:
A dict with a single key Example return value:: |
| list_repositoriesA | Return all repositories accessible by the authenticated GitHub user. Includes repositories where the user is an owner, collaborator, or organisation member. Returns:
A dict with key Example return value:: |
| get_repo_commits_todayA | Return today's commits for a single repository authored by the authenticated user. Args:
repo_name: The repository to inspect. Accepts either the short name
(e.g. Returns: A dict with keys: Example return value:: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/muhammadzaeemaltaf/github-summary-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server