git-readonly-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
| PUBMED_API_KEY | No | Optional API key for higher rate limits |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| git_list_repositoriesA | List configured workspace folders and whether each is an available Git repository root. |
| git_register_repositoryC | Register a Git worktree under a configured repository root and return its repositoryId. |
| git_statusA | Show branch and working tree status. |
| git_logC | Read bounded commit history. |
| git_show_commitA | Show commit metadata, changed files, and optionally its patch. |
| git_diffB | Compare working tree, index, or two revisions. |
| git_range_diffC | Compare two commit ranges. |
| git_blameA | Show line-level commit attribution for a file. |
| git_grepB | Search tracked content without invoking a shell. |
| git_list_refsB | List local branches, tags, and remote-tracking refs. |
| git_list_treeB | List files and directories at a revision. |
| git_read_fileB | Read a bounded file blob at a revision. |
| git_compare_refsB | Resolve two refs and report merge base and ahead/behind counts. |
| git_list_remotesA | List configured remote names without exposing URLs. |
| git_list_remote_refsA | List refs from a configured anonymous public HTTPS remote. |
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
- 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/kazuki0529/git-readonly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server