Skip to main content
Glama
famtong8-dev

W3 MCP FalkorDB Server

by famtong8-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FALKORDB_URLNoThe connection URL for your FalkorDB server (supports http://, https://, and redis:// schemes).redis://localhost:6379
FALKORDB_PASSWORDNoOptional authentication password for FalkorDB.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
falkordb_queryB

Execute a Cypher query against FalkorDB.

Sends a Cypher query to FalkorDB and returns results in the specified format. Supports parameterized queries for safety and flexibility.

Args: params (QueryInput): Validated parameters: - query (str): Cypher query to execute - graph (str): Graph name (required) - params (dict): Query parameters/variables - response_format (str): 'json', 'markdown', or 'raw'

Returns: str: Formatted query results

Examples: - Query: "MATCH (n:Person) RETURN n.name LIMIT 10" - Parameterized: "MATCH (n:Person {name: $name}) RETURN n" - With filter: Create index, match patterns, return results

Errors: - Syntax error: "Invalid Cypher syntax" - Graph not found: "Graph 'xyz' does not exist" - Connection error: "Cannot connect to FalkorDB"

falkordb_get_nodesA

Get node information from a graph.

Retrieves nodes from the specified graph, optionally filtered by label. Returns node IDs, labels, and properties.

Args: params (GetNodesInput): Validated parameters: - graph (str): Graph name (required) - label (str): Optional node label filter - limit (int): Max nodes to return (1-1000, default: 10) - response_format (str): 'json' or 'markdown'

Returns: str: Formatted list of nodes with metadata

Errors: - Graph not found: "Graph 'xyz' does not exist" - Connection error: "Cannot connect to FalkorDB"

falkordb_list_graphsA

List all available graphs in FalkorDB.

Retrieves information about all graphs currently stored in the FalkorDB instance.

Args: params (ListGraphsInput): Validated parameters: - response_format (str): 'markdown' or 'json'

Returns: str: Formatted list of graphs

Errors: - Connection error: "Cannot connect to FalkorDB"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/famtong8-dev/w3-mcp-server-falkordb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server