The official MarkLogic Node.js client API.
The official MarkLogic Node.js client API. Exposed over MCP by the marklogic mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
The Progress® MarkLogic® Node Client API provides access to the MarkLogic database from Node.js applications.
Everything the assistant can do here goes through one of these:
Resources — The Resources tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at marklogic on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Marklogic's toolset — Resources — is a fair guide to whether it matches your workflow. It is maintained by priyathamtadikonda; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Marklogic's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Resources | The Resources tool exposed by this server. |
{
"mcpServers": {
"marklogic": {
"command": "npx",
"args": ["-y", "marklogic"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.