io.github.cyanheads

git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.

self-hostedcommunityapplication

Package Details

Transportstdio
Runtimebun

Arguments

Package Arguments
Positional
Positional

Environment Variables

MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

Default:info
GIT_BASE_DIR

Optional absolute path to restrict all git operations to a specific directory tree. Provides security sandboxing for multi-tenant or shared environments.

Transportstreamable-http
Runtimebun

Arguments

Package Arguments
Positional
Positional

Environment Variables

MCP_HTTP_HOST

The hostname for the HTTP server.

Default:127.0.0.1
MCP_HTTP_PORT

The port to run the HTTP server on.

Default:3015
MCP_HTTP_ENDPOINT_PATH

The endpoint path for the MCP server.

Default:/mcp
MCP_AUTH_MODE

Authentication mode to use: 'none', 'jwt', or 'oauth'.

Default:none
MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

Default:info
GIT_BASE_DIR

Optional absolute path to restrict all git operations to a specific directory tree. Provides security sandboxing for multi-tenant or shared environments.