Loading MCP server directory, please wait...
AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch
npx @getmcp/cli add io.github.thomasxm/crowdsentinel-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.thomasxm/crowdsentinel-mcp-server": {
"command": "uvx",
"args": [
"crowdsentinel-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "https://localhost:9200",
"ELASTICSEARCH_API_KEY": "",
"ELASTICSEARCH_USERNAME": "",
"ELASTICSEARCH_PASSWORD": "",
"VERIFY_CERTS": "false",
"REQUEST_TIMEOUT": ""
}
}
}
}