OpenSearch MCP

Databasestdiosse
Repository

The official OpenSearch Model Context Protocol server, enabling AI assistants to interact with OpenSearch clusters. Lets agents list indices, inspect mappings, run search and aggregation queries, and read basic cluster health so they can explore and analyze data stored in OpenSearch through natural language.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

Taşıma:
{
  "mcpServers": {
    "opensearch": {
      "command": "npx",
      "args": [],
      "env": {
        "OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
        "OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
      }
    }
  }
}

Araçlar (2)

list_indices

List the indices available in the OpenSearch cluster.

{
  "type": "object",
  "properties": {}
}

search

Run a search or aggregation query against an index.

{
  "type": "object",
  "required": [
    "index",
    "query"
  ],
  "properties": {
    "index": {
      "type": "string",
      "description": "Target index name"
    },
    "query": {
      "type": "object",
      "description": "OpenSearch query DSL body"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
OpenSearch Project (@opensearch-project)
Repository
https://github.com/opensearch-project/opensearch-mcp-server-py
Lisans
Apache-2.0
Yıldızlar
0
Son güncelleme
25 Temmuz 2026