A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Datomic MCP Server so your AI model can query your database (uses Modex MCP library)
Built with Modex.
Set environment variable DATOMIC_URI in your MCP config. Example below.
{
"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/qdatomic.api/datomsdatomic.api/with (via q-with tool)datomic.api/pulldatomic.api/pull-manydatomic.api/entitydatomic.api/touchdatomic.api/entiddatomic.api/transact – not sure if good idea :)db basis (currently each query runs (d/db conn)) – easy to fix.d/as-of support. Related to basis above.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.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba