git MCP server

git_init

Initialize a new Git repository by specifying the repository path. Ideal for automating repository setup and streamlining collaboration workflows using the Git MCP server.

Instructions

Initialize a new Git repository

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitInit", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae