github-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_OWNER | Yes | GitHub username or organization. | |
| GITHUB_TOKEN | Yes | GitHub personal access token with repo and read:user scopes. |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| 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
| 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/ArnabbLank/github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server