Get Cognee MCP running in minutes with Docker
Set your API key
export OPENAI_API_KEY=your_api_key_here
Launch the server
docker run -e TRANSPORT_MODE=http --env-file ./.env -p 8000:8000 --rm -it cognee/cognee-mcp:main
Test the server
curl http://localhost:8000/health
Was this page helpful?