[ MCP_NODE_3804 ]
Elasticsearch 搜索
分类:
开发工具
协议:
MCP v1.0
[ 描述 ]
连接 Elasticsearch 数据与索引的 MCP 服务,通过自然语言进行搜索、映射、ES|QL 与分片查询。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"elasticsearch": {
"description": "MCP server for connecting to Elasticsearch data and indices. Supports search queries, mappings, ES|QL, and shard information through natural language interactions.",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ES_URL",
"-e",
"ES_API_KEY",
"docker.elastic.co/mcp/elasticsearch",
"stdio"
],
"env": {
"ES_URL": "<elasticsearch-cluster-url>",
"ES_API_KEY": "<elasticsearch-API-key>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号