← Back to Plugins
MCP Server MCP

io.github.mrfentmen/opensearch-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mrfentmen/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mrfentmen/opensearch-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenSearch server URL (default: http://localhost:9200)",
          "format": "string",
          "name": "OPENSEARCH_URL"
        },
        {
          "description": "OpenSearch API key for authentication",
          "format": "string",
          "isSecret": true,
          "name": "OPENSEARCH_API_KEY"
        },
        {
          "description": "OpenSearch username for basic auth",
          "format": "string",
          "name": "OPENSEARCH_USERNAME"
        },
        {
          "description": "OpenSearch password for basic auth",
          "format": "string",
          "isSecret": true,
          "name": "OPENSEARCH_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...