Opensearch Js
Freeby MCP Community
FastMCP server for searching OpenSearch with Wazuh security logs
v1.0.0Added Apr 12, 2026
opensearchmcpwazuhsecuritylogs
Opensearch Js MCP Server
FastMCP server for searching OpenSearch with Wazuh security logs
Installation
Reviews
Installation
Quick install
npx -y @mseep/mcp-opensearch-js
Add to claude_desktop_config.json
{
"mcpServers": {
"opensearch-js": {
"command": "npx",
"args": ["-y", "@mseep/mcp-opensearch-js"]
}
}
}