Skip to main content
Glama
cr7258

Elasticsearch MCP Server

server.json2.1 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/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.18", "packages": [ { "registryType": "pypi", "identifier": "elasticsearch-mcp-server", "version": "2.0.18", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "ELASTICSEARCH_HOSTS", "description": "Comma-separated list of Elasticsearch hosts (e.g., https://localhost:9200)", "isRequired": false, "format": "string", "isSecret": false, "default": "https://localhost:9200" }, { "name": "ELASTICSEARCH_API_KEY", "description": "API key for Elasticsearch or Elastic Cloud authentication (recommended)", "isRequired": false, "format": "string", "isSecret": true }, { "name": "ELASTICSEARCH_USERNAME", "description": "Username for basic authentication (alternative to API key)", "isRequired": false, "format": "string", "isSecret": false }, { "name": "ELASTICSEARCH_PASSWORD", "description": "Password for basic authentication (used with ELASTICSEARCH_USERNAME)", "isRequired": false, "format": "string", "isSecret": true }, { "name": "VERIFY_CERTS", "description": "Whether to verify SSL certificates (true/false)", "isRequired": false, "format": "boolean", "isSecret": false, "default": "false" }, { "name": "REQUEST_TIMEOUT", "description": "Request timeout in seconds (e.g., 60 or 10.5)", "isRequired": false, "format": "string", "isSecret": false } ] } ] }

Latest Blog Posts

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/cr7258/elasticsearch-mcp-server'

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