Community MCP server for FalkorDB — connects LLM agents via Cypher #1875
Replies: 4 comments 2 replies
-
|
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! I just created a high-speed asynchronous compute core in C++ and Python. Check it out, running tests now! The GitHub view counter is live: [Твоя ссылка на GitHub] |
Beta Was this translation helpful? Give feedback.
-
Hello @gkorland , I hope you’re doing well. I wanted to kindly ask if there could be any update regarding the $FLKR token on X. The community is currently quite concerned, and any official communication would really help bring clarity and confidence back. Even a small update would make a big difference in maintaining trust and preventing unnecessary panic. We truly believe in the project and just feel that consistent communication is key, especially in moments like this. Thank you for your time and for everything you’re building with FalkorDB. Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
rugger,我操你妈 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi FalkorDB team,
I built a Python-based MCP server for FalkorDB and published it to PyPI. It's an alternative to the official FalkorDB-MCPServer (TypeScript/npm) for users in the Python/uvx ecosystem.
PyPI: https://pypi.org/project/mcp-server-falkordb/
GitHub: https://github.com/rbarrielabrystech/mcp-server-falkordb
Why a Python alternative?
The official MCP server is TypeScript/npm. Many MCP users (especially those working with Python data stacks, FastAPI backends, or uv-managed environments) prefer Python servers that install via
uvxorpipwithout needing Node.js.What it adds beyond the official server
uvx mcp-server-falkordborpip install mcp-server-falkordb— no Node.js requiredextra="forbid"on all inputsasyncio.gather(parallel label/rel count queries)FALKORDB_QUERY_TIMEOUT_MS, default 30s)ro_query)Tools
graph_listgraph_describegraph_querygraph_mutategraph_exploregraph_deleteconfirm: true)Quick start
Python 3.12+, MIT licensed, 98 tests, mypy strict + ruff clean.
Happy to take feedback — especially on Cypher edge cases in the read-only validator. Built with falkordb-py.
Beta Was this translation helpful? Give feedback.
All reactions