Skip to content
Cline

opensearch mcp for Cline

io.github.mrfentmen/opensearch-mcp

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

client:Cline transport:stdio runtime:npm

Install opensearch mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opensearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "env": {
        "OPENSEARCH_URL": "<OPENSEARCH_URL>",
        "OPENSEARCH_API_KEY": "<OPENSEARCH_API_KEY>",
        "OPENSEARCH_USERNAME": "<OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<OPENSEARCH_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

opensearch mcp in other clients