Odel
opensearch mcp

opensearch mcp

Local
@mrfentmenTypeScriptUpdated 1mo ago

Search OpenSearch indices, manage documents, check health and stats.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mrfentmen/opensearch-mcpv1.0.1

Run

npx -y @mrfentmen/opensearch-mcp

MCP client config

{
  "mcpServers": {
    "opensearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ]
    }
  }
}