Loading languages...
@S

@skeetbuild/opensearch

@skeet-build

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

opensearch
search
llm
context

# mcpServer Config

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

# stdio

npx -y @skeetbuild/opensearch https://username:password@localhost:9200
Transport:
stdio
Langue:
JavaScript
Créé:4/9/2025
Mis à jour:4/9/2025