1 line
602 B
JSON
1 line
602 B
JSON
{"content": "{\n \"mcpServers\": {\n \"elasticsearch-mcp-server\": {\n \"description\":\"MCP server for connecting to Elasticsearch data and indices. Supports search queries, mappings, ES|QL, and shard information through natural language interactions.\",\n \"command\": \"docker\",\n \"args\": [\n \"run\", \"-i\", \"--rm\",\n \"-e\", \"ES_URL\", \"-e\", \"ES_API_KEY\",\n \"docker.elastic.co/mcp/elasticsearch\",\n \"stdio\"\n ],\n \"env\": {\n \"ES_URL\": \"<elasticsearch-cluster-url>\",\n \"ES_API_KEY\": \"<elasticsearch-API-key>\"\n }\n }\n }\n}"} |