elastic-security-mcp

mdfranz/elastic-security-mcp
★ 0 stars Go 🌐 Browser/Web Updated today
A Golang MCP Server For Elastic Optimized for Elastic Security Data SOurces
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elastic-security-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/mdfranz/elastic-security-mcp@latest"
      ]
    }
  }
}

README Excerpt

An implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides tools to interact with Elasticsearch, specifically designed for security use cases. - **search_elastic**: Tool to search Elasticsearch indices using the full Query DSL. - Go 1.22 or higher - Access to an Elasticsearch cluster (URL and API Key)

Tools (3)

ELASTIC_KEYELASTIC_URLsearch_elastic