W3 MCP FalkorDB Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FALKORDB_URL | No | The connection URL for your FalkorDB server (supports http://, https://, and redis:// schemes). | redis://localhost:6379 |
| FALKORDB_PASSWORD | No | Optional authentication password for FalkorDB. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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