Skip to main content
Glama

Git MCP Server

# git-mcp-server - Directory Structure Generated on: 2025-04-02 17:01:14 ``` git-mcp-server ├── docs └── tree.md ├── logs ├── scripts ├── clean.ts └── tree.ts ├── src ├── resources │ ├── descriptors.ts │ ├── diff.ts │ ├── file.ts │ ├── history.ts │ ├── index.ts │ └── repository.ts ├── services │ ├── error-service.ts │ └── git-service.ts ├── tools │ ├── advanced.ts │ ├── branch.ts │ ├── index.ts │ ├── remote.ts │ ├── repository.ts │ └── workdir.ts ├── types │ └── git.ts ├── utils │ ├── global-settings.ts │ └── validation.ts ├── index.ts └── server.ts ├── .env.example ├── LICENSE ├── package-lock.json ├── package.json ├── README.md ├── repomix.config.json └── tsconfig.json ``` _Note: This tree excludes files and directories matched by .gitignore and common patterns like node_modules._

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/cyanheads/git-mcp-server'

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