A Model Context Protocol (MCP) server for FalkorDB that enables AI models to query and interact with graph databases through standardized MCP requests and responses.
Get metadata about the FalkorDB instance and available capabilities.
Execute queries against FalkorDB.
Check server health.
Returns the list of Graphs.
{
"mcpServers": {
"falkordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p", "3000:3000",
"--env-file", ".env",
"falkordb-mcpserver",
"falkordb://host.docker.internal:6379"
]
}
}
}