Skip to content

Server

Free

by MCP Community

Model Context Protocol server for FalkorDB graph databases - enables AI assistants to query and manage graph data using natural language

v1.2.1Added Apr 12, 2026
mcpmodel-context-protocolfalkordbgraph-databaseknowledge-graph
Works with:ClaudeGPTGeminiCopilot

Server MCP Server

Model Context Protocol server for FalkorDB graph databases - enables AI assistants to query and manage graph data using natural language

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @falkordb/mcpserver
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": ["-y", "@falkordb/mcpserver"]
    }
  }
}