Connect to Claude
MarkLogic icon

MarkLogic

Implements a Model Context Protocol (MCP) server for performing CRUD operations and querying documents within a MarkLogic database.

About

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.

Key Features

  • Update existing documents with merge capability
  • Delete documents by URI
  • Create new documents with optional collections and permissions
  • 0 GitHub stars
  • Query documents using MarkLogic's cts.query with pagination
  • Read documents from MarkLogic by URI