github-mcp-lite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | Your GitHub Personal Access Token (PAT) for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_repoC | Repository metadata: branch, visibility, stars, description. |
| search_codeC | Search code. Example: repo:owner/name TODO. |
| get_file_contentsA | Read a file or list a directory. Optional ref (branch, tag, sha). |
| list_pull_requestsC | List pull requests. state is open, closed, or all. |
| get_pull_requestA | Fetch one pull request with merge state and diff stats. |
| create_issueC | Create an issue. labels is a comma-separated list. |
| comment_on_issueC | Add a comment to an issue or pull request. |
| list_issuesB | List issues only. state is open, closed, or all. |
| search_repositoriesC | Search repositories using GitHub query syntax. |
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/benjimkh/github-mcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server