FalkorDB MCPServer
UnclaimedFalkorDB-MCPServer is an MCP (Model Context Protocol) server that connects LLMs to FalkorDB
Install
npx dotenv-cli -e .env -- npx @falkordb/mcpserverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (2)
get_graph_schema
returns node labels, relationship types, and (optionally) the connection topology. Each connection is { source, relationship, target } where source and target are arrays of node labels (a node may have multiple labels) and relationship is the relationship type. Topology is derived from a bounded sam
get_node_schema
/ getrelationshipschema — sample up to sampleSize (default 100) nodes/relationships of a given label/type and rank their property keys by frequency, returning the actual sampledCount alongside requestedSampleSize. Useful for spotting property naming drift.