π Connect AI models to FalkorDB graph databases through the Model Context Protocol - Query graphs with natural language via your MCP Client
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"falkordb-mcpserver": {
"command": "npx",
"args": [
"-y",
"SecKatie/FalkorDB-MCPServer"
]
}
}
}
Run in terminal:
claude mcp add falkordb-mcpserver npx -y SecKatie/FalkorDB-MCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"falkordb-mcpserver": {
"command": "npx",
"args": [
"-y",
"SecKatie/FalkorDB-MCPServer"
]
}
}
}