FalkorDB MCPServer
未申請FalkorDB-MCPServer is an MCP (Model Context Protocol) server that connects LLMs to FalkorDB
インストール
npx dotenv-cli -e .env -- npx @falkordb/mcpserver未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.