xlisp/datascript-mcp-server
If you are the rightful owner of datascript-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
DataScript MCP Server is a Clojure-based server that provides access to a DataScript in-memory database via the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
query_database
Execute DataScript database queries.
add_entity
Add a new entity to the database.
update_entity
Update an existing entity in the database.
delete_entity
Delete an entity from the database.
get_entity
Retrieve entity details by ID.
search_entities
Search for entities containing specific keywords.
database_stats
Get database statistics information.
list_entities
List all entities with an optional limit.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client