- Install Python Libraries:
pip install -r requirements.txt
- Create the
.envFile:
# Add any API keys or secrets here later
FIRECRAWL_API_KEY = ""
OPENAI_API_KEY = ""
- Launch the Vector Database (Qdrant):
docker run -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrant
- Run the server:
python3 mcp_server.py
- To inspect execute:
pnpx @modelcontextprotocol/inspector python3 mcp_server.py