Skip to main content
Glama

Unrestricted Development MCP Server

git_init

Initialize a new git repository in any directory to start tracking code changes and manage version control for your development projects.

Instructions

Initialize a new git repository

Input Schema

NameRequiredDescriptionDefault
cwdNoDirectory to initialize as git repository
bareNoCreate bare repository

Input Schema (JSON Schema)

{ "properties": { "bare": { "default": false, "description": "Create bare repository", "type": "boolean" }, "cwd": { "description": "Directory to initialize as git repository", "type": "string" } }, "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/ConnorBoetig-dev/mcp2'

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