Implements a Model Context Protocol (MCP) server for performing CRUD operations and querying documents within a MarkLogic database.
This project provides a Model Context Protocol (MCP) server, enabling developers to interact with a MarkLogic database through a simplified API. It supports Create, Read, Update, and Delete (CRUD) operations on documents, as well as advanced querying capabilities. The server facilitates seamless integration with MarkLogic, allowing for efficient data management and retrieval, and can be used as a library within TypeScript/JavaScript projects.
주요 기능
01Update existing documents with merge capability
02Delete documents by URI
03Create new documents with optional collections and permissions
040 GitHub stars
05Query documents using MarkLogic's cts.query with pagination