Back to directory
skeet-build/opensearch

skeet-build/opensearch

@skeet-build

A Model Context Protocol server that provides read-only access to OpenSearch clusters, enabling LLMs to inspect indices and execute read-only queries.

opensearchsearchdatabasemcpserverjavascriptnodejsreadonly

Installation & Configuration

{
  "mcpServers": {
    "opensearch": {
      "command": "npx",
      "args": [
        "-y",
        "@skeetbuild/opensearch",
        "https://username:password@localhost:9200"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13