MarkLogic MCP Server
MCP MarkLogicサーバー
これは、MarkLogic のモデル コンテキスト プロトコル (MCP) サーバー実装であり、MCP ツールを通じて MarkLogic データベースと対話できるようになります。
サーバーは次の操作を提供します。
ドキュメントを作成
オプションのコレクションを使用してMarkLogicでドキュメントを作成する
URIでドキュメントを読む
URI でドキュメントを削除する
クエリ文字列とオプションのコレクションフィルターを使用してドキュメントを検索する
インストール
pip install mcp-marklogicRelated MCP server: Salesforce MCP Integration
構成
サーバーには次の環境変数が必要です。
MARKLOGIC_HOST=localhost
MARKLOGIC_PORT=8000
MARKLOGIC_USERNAME=admin
MARKLOGIC_PASSWORD=admin使用法
インストールと設定が完了したら、サーバーを起動できます。
mcp-marklogic利用可能なツール
create-documentMarkLogicで新しいドキュメントを作成する
パラメータ:
uri: ドキュメントURI(必須)content: JSON形式のドキュメントコンテンツ(必須)collections: ドキュメントを追加するコレクションのリスト(オプション)
read-documentMarkLogicからドキュメントを読む
パラメータ:
uri: ドキュメントURI(必須)
delete-documentMarkLogicからドキュメントを削除する
パラメータ:
uri: ドキュメントURI(必須)
search-documentsMarkLogicでドキュメントを検索する
パラメータ:
query: 検索クエリ文字列(必須)collections: 検索するコレクションのリスト(オプション)
発達
設定
リポジトリをクローンする
仮想環境を作成してアクティブ化する
依存関係をインストールします:
pip install -e .
テストの実行
pytest tests/MarkLogicのセットアップ
MarkLogicサーバーがインストールされ、実行されていることを確認します
ポート8000にREST APIインスタンスがまだ存在しない場合は作成します
適切な権限を持つユーザーを作成します。
管理インターフェースに移動します(通常はhttp://localhost:8001 )
次のようにしてロール
python-docs-roleを作成します。ロール:
rest-extension-user、rest-reader、rest-writer権限:
xdbc:eval、xdbc:invoke、xdmp:eval-in
次のコマンドで
python-userを作成します。パスワード:
pyth0n役割:
python-docs-role
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.911MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows execution of SOQL queries and interaction with Salesforce data through a standardized interface.
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides intelligent file reading and semantic search capabilities across multiple document formats with security-first access controls.7MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables CRUD operations and querying on Microsoft Dataverse through natural language.18MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karthiknarayankotha/marklogic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server