FalkorDB MCPServer
未认领FalkorDB-MCPServer is an MCP (Model Context Protocol) server that connects LLMs to FalkorDB
falkordbgraphdatabasemcp-server
安装
$
npx dotenv-cli -e .env -- npx @falkordb/mcpserver工具(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.