Skip to main content
Glama

mcp-git

by ver0-project

init

Set up a new Git repository at a specified path, configure options like bare repository, initial branch, or template directory to customize its initialization.

Instructions

Initialize new Git repository.

Input Schema

NameRequiredDescriptionDefault
bareNoCreate a bare repository (--bare)
initialBranchNoSet the initial branch name (--initial-branch)
repoPathYesAbsolute path where to initialize the git repository
templateNoTemplate directory to use (--template)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bare": { "description": "Create a bare repository (--bare)", "type": "boolean" }, "initialBranch": { "description": "Set the initial branch name (--initial-branch)", "type": "string" }, "repoPath": { "description": "Absolute path where to initialize the git repository", "type": "string" }, "template": { "description": "Template directory to use (--template)", "type": "string" } }, "required": [ "repoPath" ], "type": "object" }
Install Server

Other Tools from mcp-git

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/ver0-project/mcps'

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