Allows running the FalkorDB MCP server in a containerized environment with network configuration for connecting to FalkorDB instances.
Provides configuration management for the MCP server through environment variables stored in a .env file.
Supports repository cloning as part of the installation process for the FalkorDB MCP server.
Hosts the repository for the FalkorDB MCP server, enabling source code access and contribution through Pull Requests.
Provides the runtime environment for the FalkorDB MCP server, requiring v16 or later for operation.
Handles dependency management and provides script commands for building, running, and developing the FalkorDB MCP server.
Offers an alternative to npm for dependency management and package installation for the FalkorDB MCP server.
FalkorDB MCP Server
A Model Context Protocol (MCP) server for FalkorDB, allowing AI models to query and interact with graph databases.
Overview
This project implements a server that follows the Model Context Protocol (MCP) specification to connect AI models with FalkorDB graph databases. The server translates and routes MCP requests to FalkorDB and formats the responses according to the MCP standard.
Prerequisites
- Node.js (v16 or later)
- npm or yarn
- FalkorDB instance (can be run locally or remotely)
Installation
- Clone this repository:
- Install dependencies:
- Copy the example environment file and configure it:Edit
.env
with your configuration details.
Configuration
Configuration is managed through environment variables in the .env
file:
PORT
: Server port (default: 3000)NODE_ENV
: Environment (development, production)FALKORDB_HOST
: FalkorDB host (default: localhost)FALKORDB_PORT
: FalkorDB port (default: 6379)FALKORDB_USERNAME
: Username for FalkorDB authentication (if required)FALKORDB_PASSWORD
: Password for FalkorDB authentication (if required)MCP_API_KEY
: API key for authenticating MCP requests
Usage
Development
Start the development server with hot-reloading:
Production
Build and start the server:
API Endpoints
GET /api/mcp/metadata
: Get metadata about the FalkorDB instance and available capabilitiesPOST /api/mcp/context
: Execute queries against FalkorDBGET /api/mcp/health
: Check server healthGET /api/mcp/graphs
: Returns the list of Graphs
MCP Configuration
To use this server with MCP clients, you can add it to your MCP configuration:
For client-side configuration:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Allows AI models to query and interact with FalkorDB graph databases through the Model Context Protocol (MCP) specification.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that provides AI assistants with structured access to your Logseq knowledge graph, enabling retrieval, searching, analysis, and creation of content within your personal knowledge base.Last updated -19TypeScript
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python
- -security-license-qualityA Model Context Protocol server that enables AI agents to dynamically interact with Hasura GraphQL endpoints through natural language, supporting schema discovery, data querying/manipulation, and aggregations.Last updated -1TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that connects GraphDB's SPARQL endpoints and Ollama models to Claude, enabling Claude to query and manipulate ontology data while leveraging various AI models.Last updated -281TypeScriptMIT License