io.github.cr7258

elasticsearch-mcp-server

MCP server for interacting with Elasticsearch

stdiocommunityapplication

Package Details

elasticsearch-mcp-server

Transportstdio

Environment Variables

ELASTICSEARCH_HOSTS(str)
Default:https://localhost:9200

Comma-separated list of Elasticsearch hosts (e.g., https://localhost:9200)

ELASTICSEARCH_API_KEY(str)
Secret

API key for Elasticsearch or Elastic Cloud authentication (recommended)

ELASTICSEARCH_USERNAME(str)

Username for basic authentication (alternative to API key)

ELASTICSEARCH_PASSWORD(str)
Secret

Password for basic authentication (used with ELASTICSEARCH_USERNAME)

ELASTICSEARCH_VERIFY_CERTS(bool)
Default:false

Whether to verify SSL certificates (true/false)