theronic_datomic_mcp

theronic_datomic_mcp

by theronic

Resources

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

theronic / datomic-mcp Public

Datomic MCP Server so your AI model can query your database (uses Modex MCP library)

8 stars
0 forks
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

theronic/datomic-mcp

main

1 Branch
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

theronic
theronic

initial commit

Mar 16, 2025

55dc11a
 · Mar 16, 2025

History
-------

1 Commit

| | |
| src/modex/mcp | | src/modex/mcp | initial commit | Mar 16, 2025 |
| README.md | | README.md | initial commit | Mar 16, 2025 |
| build.clj | | build.clj | initial commit | Mar 16, 2025 |
| build.sh | | build.sh | initial commit | Mar 16, 2025 |
| deps.edn | | deps.edn | initial commit | Mar 16, 2025 |
| View all files | | |

Repository files navigation

Datomic MCP Server

Built with Modex
.

Will improve README soon.

Set environment variable DATOMIC_URI.

Build Uberjar & Configure Claude Desktop

{
  "mcpServers": {
    "modex-datomic-mcp": {
      "command": "java",
      "args": ["-jar", "/Users/petrus/code/datomic-mcp/target/theronic-datomic-mcp-0.1.0.jar"],
      "env": {"DATOMIC_URI": "<your datomic URI here>"}
    }
  },
  "globalShortcut": ""
}

License

In summary:

  • Free for non-commercial use: Use it, modify it, share it under GPLv3
    at no cost, just keep it open source.
  • Commercial use: Want to keep your changes private? Pay $20 once-off for a perpetual commercial license. This covers the cost of my AI tokens to keep building this in public.

This tool is licensed under the GNU General Public License v3.0 (GPLv3)
. You are free to use, modify, and distribute it, provided that any derivative works are also licensed under the GPLv3 and made open source. This ensures the tool remains freely available to the community while requiring transparency for any changes.

If you wish to use or modify this tool in a proprietary project—without releasing your changes under the GPLv3—you may purchase a commercial license. This allows you to keep your modifications private for personal or commercial use. To obtain a commercial license, please contact me at [email protected]
.

Author(s)

About

Datomic MCP Server so your AI model can query your database (uses Modex MCP library)

Resources

Readme

Activity

Stars

8 stars

Watchers

1 watching

Forks

0 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
8 GitHub Stars

Repository Info

theronic Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300