Git MCP Server

init

Initialize a new Git repository in a specified directory using an absolute path. Supports creation and setup via the Git MCP Server for enhanced Git operations.

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" }

You must be authenticated.

Other Tools from Git MCP Server

Related Tools

ID: 46aozzlyhx