Elasticsearch MCP Server AI
by byviz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for HTTP/SSE transport | 8000 |
| MCP_LOG_LEVEL | No | Logging level | INFO |
| MCP_TRANSPORT | No | Transport protocol (stdio/http/sse) | stdio |
| ELASTICSEARCH_URL | Yes | URL of the Elasticsearch cluster (e.g., https://your-cluster.es.io:9243) | |
| ELASTICSEARCH_API_KEY | No | Elasticsearch API key for authentication | |
| ELASTICSEARCH_TIMEOUT | No | Timeout in seconds for Elasticsearch requests | 30 |
| ELASTICSEARCH_CA_CERTS | No | Path to CA certificate file | |
| ELASTICSEARCH_PASSWORD | No | Elasticsearch password for basic authentication | |
| ELASTICSEARCH_USERNAME | No | Elasticsearch username for basic authentication | |
| ELASTICSEARCH_CLIENT_KEY | No | Path to client private key file | |
| ELASTICSEARCH_CLIENT_CERT | No | Path to client certificate file | |
| ELASTICSEARCH_VERIFY_CERTS | No | Whether to verify SSL certificates (true/false) | true |
| MCP_ENABLE_SECURITY_FILTERING | No | Enable read-only security filtering (true/false) | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/byviz/mcp-server-elasticsearch-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server