Thanks @daslu ❤️
🚀 Update: Datascript MCP Server + Visualization MCP Server Integration
Graph path search now supports visualization out of the box! 🎉
We’ve modularized the visualization layer into a standalone Visualization MCP Server (Python + matplotlib).
Now you can:
• Run complex graph/search-paths queries via Datascript MCP
• Pipe results to Visualization MCP to auto-render relationship graphs
🧠 + 🎨 = ⚡ Intelligent querying + instant visual feedback.
Repos:
👉 https://github.com/xlisp/datascript-mcp-server
👉 https://github.com/xlisp/visualization-mcp-server
@stevechan That is so nice. Please let me know if I can help explore Clojure https://scicloj.github.io/tableplot/ as a replacement to Python Matplotlib.
It's a good idea, but the current AI-generated Clojure code isn't very good, and often makes mistakes. Python code is much better. So, the first version will use the Python visualization solution. @daslu
Thanks. I'll be glad to explore it when it seems right. I had some good experiments with generated plotting code recently. Another pathway can be to we may directly generate the JSON (or EDN) specification of declarative Javascript libraries such as Plotly.js and Echarts, which are integrated well into Clojure notebook tools, etc..