Skip to main content
Glama

GIT MCP Server

by markheramis

git_init

Initialize a new Git repository at a specified path using the GIT MCP Server. Accepts options for creating bare repositories to manage version control efficiently.

Input Schema

NameRequiredDescriptionDefault
bareNoCreate a bare repository
repository_pathYesPath for the new git repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bare": { "description": "Create a bare repository", "type": "boolean" }, "repository_path": { "description": "Path for the new git repository", "type": "string" } }, "required": [ "repository_path" ], "type": "object" }
Install Server

Other Tools from GIT MCP Server

Related Tools

    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/markheramis/mcp-git'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server