Overview
Features
MCP gateway to FalkorDB
Serves as an MCP-compliant gateway that connects AI models to FalkorDB and routes MCP requests to the database.
MCP request translation and response formatting
Translates MCP requests into FalkorDB queries and formats results per MCP specifications.
API endpoints for MCP operations
Provides endpoints for metadata, context execution, health checks, and graph listing.
Environment-based configuration
Configurable via a .env file with settings for port, host, credentials, and MCP API key.
Development workflow with hot-reload
Supports development with hot-reloading via npm run dev.
Production deployment workflow
Supports building and starting for production using npm run build and npm start.
Docker-based deployment example
Includes an example MCP configuration showing how to run via Docker.
Secure MCP access
Uses MCP_API_KEY to authenticate MCP requests.
Who Is This For?
- AI model developers:Use MCP clients to issue queries to FalkorDB via the FalkorDB MCP Server.




