Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa
package.json937 B
{ "name": "mcp-opensearch-js", "version": "1.0.0", "description": "FastMCP server for searching OpenSearch with Wazuh security logs", "main": "index.js", "type": "module", "bin": { "mcp-opensearch": "./bin/cli.js" }, "scripts": { "start": "node index.js", "dev": "npx fastmcp dev index.js", "inspect": "npx fastmcp inspect index.js", "stdio": "node index.js", "stdio:debug": "DEBUG=true node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@opensearch-project/opensearch": "^2.5.0", "dotenv": "^16.3.1", "fastmcp": "^1.20.5", "zod": "^3.24.2" }, "keywords": [ "opensearch", "mcp", "wazuh", "security", "logs", "fastmcp" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jetbalsa/mcp-opensearch-js" }, "engines": { "node": ">=16.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberbalsa/mcp-opensearch-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server