server.json•3.71 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.cyanheads/git-mcp-server",
"description": "Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.",
"status": "active",
"repository": {
"url": "https://github.com/cyanheads/git-mcp-server",
"source": "github"
},
"version": "2.3.5",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cyanheads/git-mcp-server",
"version": "2.3.5",
"runtimeHint": "node",
"packageArguments": [
{
"type": "positional",
"value": "dist/index.js"
}
],
"environmentVariables": [
{
"name": "MCP_TRANSPORT_TYPE",
"description": "Specifies the transport mechanism for the server.",
"format": "string",
"isRequired": true,
"default": "stdio"
},
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
"format": "string",
"isRequired": false,
"default": "info"
},
{
"name": "GIT_SIGN_COMMITS",
"description": "Set to 'true' to enable GPG/SSH signing for commits made via the git_commit tool.",
"format": "string",
"isRequired": false,
"default": "false"
}
],
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cyanheads/git-mcp-server",
"version": "2.3.5",
"runtimeHint": "node",
"packageArguments": [
{
"type": "positional",
"value": "dist/index.js"
}
],
"environmentVariables": [
{
"name": "MCP_TRANSPORT_TYPE",
"description": "Specifies the transport mechanism for the server.",
"format": "string",
"isRequired": true,
"default": "http"
},
{
"name": "MCP_HTTP_PORT",
"description": "The port to run the HTTP server on.",
"format": "string",
"isRequired": false,
"default": "3015"
},
{
"name": "MCP_HTTP_HOST",
"description": "The host interface for the HTTP server.",
"format": "string",
"isRequired": false,
"default": "127.0.0.1"
},
{
"name": "MCP_HTTP_ENDPOINT_PATH",
"description": "The HTTP endpoint path for MCP requests.",
"format": "string",
"isRequired": false,
"default": "/mcp"
},
{
"name": "MCP_AUTH_STRATEGY",
"description": "Authentication mode to use: 'none', 'jwt', or 'oauth'.",
"format": "string",
"isRequired": false,
"default": "none"
},
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
"format": "string",
"isRequired": false,
"default": "info"
},
{
"name": "GIT_SIGN_COMMITS",
"description": "Set to 'true' to enable GPG/SSH signing for commits made via the git_commit tool.",
"format": "string",
"isRequired": false,
"default": "false"
}
],
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:3015/mcp"
}
}
],
"mcpName": "io.github.cyanheads/git-mcp-server"
}