Git MCP Server
by a-g-e-n-t-s
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGS_DIR | No | Directory for server logs (e.g., ~/Developer/logs/git-mcp-server/). | |
| GIT_EMAIL | No | Git email used for commits. Falls back to global git config. | |
| GIT_BASE_DIR | No | Base directory for git operations (e.g., ~/Developer/). | |
| GIT_USERNAME | No | Git username used for commits. Falls back to global git config. | |
| MCP_HTTP_PORT | No | Port for HTTP transport. Required if MCP_TRANSPORT_TYPE is http. | 3015 |
| MCP_LOG_LEVEL | No | Log level for the server (e.g., info, debug). Default is info. | info |
| GIT_SIGN_COMMITS | No | Whether to sign commits (true/false). Default is false. | false |
| MCP_TRANSPORT_TYPE | No | Transport type for MCP server (stdio or http). Default is stdio. | stdio |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/a-g-e-n-t-s/mcp-server-git'
If you have feedback or need assistance with the MCP directory API, please join our Discord server