An MCP (Model Context Protocol) server for OpenSearch, enabling AI agents to interact with OpenSearch clusters for search, indexing, and management operations. Current version: 0.10.0. Release cadence: active development with frequent updates.
pip install opensearch-mcp-server-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Requires environment variables: OPENSEARCH_HOST, OPENSEARCH_PORT, OPENSEARCH_USER, OPENSEARCH_PASSWORD (or appropriate auth).
Use 'from opensearch_mcp_server import run' instead of 'from opensearch_mcp_server.server import run'.
Always set OPENSEARCH_HOST and required auth environment variables before starting.