Skip to content

Latest commit

Β 

History

History
17 lines (11 loc) Β· 369 Bytes

README.md

File metadata and controls

17 lines (11 loc) Β· 369 Bytes

🧰 Git Tool Server

⚑️ A FastAPI-based Git tool server implementation.

🚧 Untested MCP Port – Contribution Welcome!

πŸš€ Quickstart

git clone https://github.com/open-webui/openapi-servers
cd openapi-servers/servers/git

pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload

βœ… You're now running the Git tool server!