Falkordb
@FalkorDB
About Falkordb
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"falkordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"--env-file",
".env",
"falkordb-mcp-server",
"falkordb://host.docker.internal:6379"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is FalkorDB MCP Server?
A Model Context Protocol (MCP) server that connects AI models to FalkorDB graph databases. It translates MCP requests into database queries and formats responses according to the MCP standard.
How to use FalkorDB MCP Server?
Install Node.js v16+, clone the repository, install dependencies (npm install), copy .env.example to .env, set FALKORDB_HOST, FALKORDB_PORT, MCP_API_KEY, and optional credentials. Start development with npm run dev or build and run with npm start. Configure MCP clients by pointing to http://localhost:3000/api/mcp with the API key.
Key features of FalkorDB MCP Server?
- MCP‑compliant server for FalkorDB graph databases
- Translates MCP requests into FalkorDB queries
- Provides metadata, context execution, and health endpoints
- Configurable via environment variables
- Supports Docker deployment with a single command
- API‑key authentication for MCP requests
Use cases of FalkorDB MCP Server?
- Enable AI assistants to query graph databases in natural language
- Integrate FalkorDB knowledge graphs into MCP‑compatible chat clients
- Automate graph analysis through MCP tool calls
- Build AI‑powered applications that retrieve and explore graph data
FAQ from FalkorDB MCP Server
What is the FalkorDB MCP Server?
It is an MCP server that allows AI models to query and interact with FalkorDB graph databases, translating MCP requests to FalkorDB and formatting responses.
What are the prerequisites?
Requires Node.js v16 or later, npm or yarn, and an accessible FalkorDB instance (local or remote).
How do I configure the server?
Configuration is done via a .env file with variables for PORT, FALKORDB_HOST, FALKORDB_PORT, FALKORDB_USERNAME, FALKORDB_PASSWORD, and MCP_API_KEY.
How do I connect an MCP client?
Add the server to your MCP configuration with the URL `http
Frequently asked questions
What is the FalkorDB MCP Server?
It is an MCP server that allows AI models to query and interact with FalkorDB graph databases, translating MCP requests to FalkorDB and formatting responses.
What are the prerequisites?
Requires Node.js v16 or later, npm or yarn, and an accessible FalkorDB instance (local or remote).
How do I configure the server?
Configuration is done via a `.env` file with variables for `PORT`, `FALKORDB_HOST`, `FALKORDB_PORT`, `FALKORDB_USERNAME`, `FALKORDB_PASSWORD`, and `MCP_API_KEY`.
How do I connect an MCP client?
Add the server to your MCP configuration with the URL `http
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ICSS
chokcoco不止于 CSS

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments