MCP Server
MCP
io.github.cr7258/elasticsearch-mcp-server
MCP server for interacting with Elasticsearch
Install
uvx elasticsearch-mcp-server
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment