Skip to main content
Glama

Git MCP Server

by Sheshiyer

init

Initialize a new Git repository at a specified absolute path using the Git MCP Server, enabling enhanced Git operations for efficient project setup.

Instructions

Initialize a new Git repository

Input Schema

NameRequiredDescriptionDefault
pathNoPath to initialize the repository in. MUST be an absolute path (e.g., /Users/username/projects/my-repo)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to initialize the repository in. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" } }, "required": [], "type": "object" }

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

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