GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
0
Favorites
0
README
o3-mcp-bridge
This is a bridge server for o3 using the MCP (Model Controller Protocol).
Installation
Clone the repository:
git clone git@github.com:proconlife/o3-mcp-bridge.git cd o3-mcp-bridgeCreate a virtual environment and activate it:
python -m venv .venv source .venv/bin/activateInstall the dependencies:
pip install -r requirements.txt
Usage
Run the server with the following command:
uvicorn mcp_server:app --reload
Author Information
Threads