MCPVault

get_graph_schema

MCP tool from FalkorDB MCPServer by FalkorDB

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

How to use it

get_graph_schema is exposed by the FalkorDB MCPServer MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_graph_schema tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install FalkorDB MCPServer

$npx dotenv-cli -e .env -- npx @falkordb/mcpserver
FULL FALKORDB MCPSERVER LISTING