io.github.cr7258/elasticsearch-mcp-server✓
io.github.cr7258/elasticsearch-mcp-server · v2.0.15
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.cr7258/elasticsearch-mcp-server",
"description": "MCP server for interacting with Elasticsearch",
"repository": {
"url": "https://github.com/cr7258/elasticsearch-mcp-server",
"source": "github"
},
"version": "2.0.15",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "elasticsearch-mcp-server",
"version": "2.0.15",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated list of Elasticsearch hosts (e.g., https://localhost:9200)",
"format": "string",
"default": "https://localhost:9200",
"name": "ELASTICSEARCH_HOSTS"
},
{
"description": "API key for Elasticsearch or Elastic Cloud authentication (recommended)",
"format": "string",
"isSecret": true,
"name": "ELASTICSEARCH_API_KEY"
},
{
"description": "Username for basic authentication (alternative to API key)",
"format": "string",
"name": "ELASTICSEARCH_USERNAME"
},
{
"description": "Password for basic authentication (used with ELASTICSEARCH_USERNAME)",
"format": "string",
"isSecret": true,
"name": "ELASTICSEARCH_PASSWORD"
},
{
"description": "Whether to verify SSL certificates (true/false)",
"format": "boolean",
"default": "false",
"name": "ELASTICSEARCH_VERIFY_CERTS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}