openapi-servers/servers/git/README.md
Timothy Jaeryang Baek 97e26fe94c doc: readme
2025-04-10 17:55:16 -07:00

369 B
Raw Blame History

🧰 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!