Skip to main content

Using Docker Hub Images

Frequently Asked Questions

Three main tags are available: latest (stable release), edge (latest main branch build), and specific version tags like 1.0.0 for pinning to a known release.
Use FALKORDB_HOST=host.docker.internal to connect from inside the Docker container to a FalkorDB instance running on your host machine. Set FALKORDB_PORT=6379 (or your custom port).
Set the MCP_API_KEY environment variable to require Bearer token authentication for all HTTP requests. Use -e MCP_API_KEY=your-secret-key when running the container.
The MCP Server exposes port 3000 by default when running in HTTP transport mode. Map it with -p 3000:3000 in your Docker run command.