
datomic mcp
Datomic MCP Server so your AI model can query your database (uses Modex MCP library)
Repository Info
About This Server
Datomic MCP Server so your AI model can query your database (uses Modex MCP library)
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Datomic MCP Server
Built with Modex.
Set environment variable DATOMIC_URI in your MCP config. Example below.
Build Uberjar & Configure Claude Desktop
{
"mcpServers": {
"modex-datomic-mcp": {
"command": "java",
"args": ["-jar", "/Users/petrus/code/datomic-mcp/target/theronic-datomic-mcp-0.3.0.jar"],
"env": {"DATOMIC_URI": "<your datomic URI here>"}
}
},
"globalShortcut": ""
}
Datomic API Support
- Concurrent queries (async message handling since Modex 0.3.0)
-
datomic.api/q -
datomic.api/datoms -
datomic.api/with(viaq-withtool) -
datomic.api/pull -
datomic.api/pull-many -
datomic.api/entity -
datomic.api/touch -
datomic.api/entid -
datomic.api/transact– not sure if good idea :) - Send Progress Messages Connection Progress
- Better cursor-based pagination
- Stable
dbbasis (currently each query runs(d/db conn)) – easy to fix. -
d/as-ofsupport. Related to basis above.
License
MIT Licence. Free for commercial & non-commercial use.
All I ask is that if you find a bug in datomic-mcp or Modex, please report it :)
Note that Modex itself has a different licence.
Author(s)
- Petrus Theron
Quick Start
Clone the repository
git clone https://github.com/theronic/datomic-mcpInstall dependencies
cd datomic-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.