🧠 Datascript MCP Server is out! An open-source Model Context Protocol (MCP) server that lets AI tools query structured context via DataScript. Perfect for AI agents like Claude Desktop. 👉 GitHub: https://github.com/xlisp/datascript-mcp-server Built with Clojure. AI-ready. Lightweight. Extensible.
would it be easy to have this work for clojure server side with datalevin? You mention this follows some of clojure-mcp. Would the clojure-mcp code base be extensible to add things like this as a tool to the existing clojure-mcp server?
It's not difficult to implement, so we can consider supporting it.
https://github.com/xlisp/datascript-mcp-server was greatly inspired by https://github.com/bhauman/clojure-mcp 😜