Skip to main content
Glama

Git MCP

by kjozsa
pyproject.toml554 B
[project] name = 'git-mcp' version = '0.3.2' description = 'MCP server for managing Git operations' authors = [ {name = 'Kristof Jozsa'} ] readme = 'README.md' requires-python = '>=3.10' dynamic = ['dependencies'] [project.scripts] git-mcp = 'git_mcp.server:mcp.run' [tool.setuptools.dynamic] dependencies = {file = ['requirements.txt']} [build-system] requires = ['setuptools>=61.0'] build-backend = 'setuptools.build_meta' [project.urls] Repository = 'https://github.com/kjozsa/git-mcp' [tool.hatch.build.targets.wheel] packages = ['git_mcp']

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

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