MCP server for OpenSearch with native support
Natural language interaction with OpenSearch clusters. Index operations, document searches, and cluster management.
{
"mcpServers": {
"opensearch": {
"mcpServers": {
"opensearch": {
"env": {
"OPENSEARCH_URL": "https://localhost:9200",
"OPENSEARCH_PASSWORD": "YOUR_PASSWORD",
"OPENSEARCH_USERNAME": "admin"
},
"args": [
"-y",
"opensearch-mcp-server"
],
"command": "npx"
}
}
}
}
}