datomic-mcp-server
Verified Safeby xlisp
Overview
Querying Datomic databases and integrating with AI-powered workflows for data persistence and extension.
Installation
clojure -X:mcpSecurity Notes
The server uses JSON-RPC over STDIO, limiting direct network exposure which is good. No obvious hardcoded secrets or direct 'eval' patterns are visible in the truncated source. The client configuration involves executing a shell command to start the server; while the command itself is fixed in the example, the overall security depends on the client environment's trustworthiness and how it constructs commands for other interactions. For its stated purpose, it appears reasonably secure.
Similar Servers
DBchat
Transforms a database into an intelligent conversational partner, enabling natural language queries, instant answers, and data visualizations via MCP clients.
mcp-nrepl
A minimal and fast Model Context Protocol (MCP) server implementation for Clojure's nREPL, enabling AI assistants to interact with the Clojure REPL for coding tasks.
dx-mcp-server
Empowers AI applications to interact with and query a user-provided Postgres database via the Model Context Protocol (MCP).
warp-sql-server-mcp
An MCP server for SQL Server, enabling AI assistants to securely interact with databases for schema discovery, data retrieval, query execution, performance monitoring, and optimization.