git-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token for API 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_repositoryB | Get metadata for a GitHub repository. |
| list_branchesC | List branches in a repository. |
| get_file_contentB | Read a file from a repository. Optionally specify ref (branch, tag, or commit SHA). |
| list_commitsC | List recent commits, optionally filtered by branch. |
| list_issuesB | List issues in a repository. Pull requests are excluded. |
| get_issueC | Get full details and comments for an issue. |
| create_issueC | Create a new issue in a repository. |
| list_pull_requestsC | List pull requests in a repository. |
| get_pull_requestB | Get pull request details including reviews and changed files. |
| search_repositoriesC | Search GitHub repositories. |
| search_codeC | Search code across GitHub. Example query: 'addClass in:file language:js repo:jquery/jquery'. |
| get_user_infoC | Get public profile information for a GitHub user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| authenticated_user | Profile of the authenticated GitHub user. |
| user_repositories | Repositories accessible to the authenticated user (up to 30). |
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/rkjavait/rk-git-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server