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
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
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 | | |
Built with Modex
.
Will improve README soon.
Set environment variable DATOMIC_URI.
{
"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": ""
}
In summary:
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]
.
Datomic MCP Server so your AI model can query your database (uses Modex MCP library)
No releases published
No packages published
You can’t perform that action at this time.