2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to re-implement support for the `ES_CA_CERT` environment variable and multi-URL support for `ES_URL` in the Elasticsearch MCP server, previously available in version 0.3.1 but removed in the 0.4.0 Rust rewrite. This involves modifying the server's code to accept and correctly handle these environment variables during the Elasticsearch connection process. The `ES_VERSION` and `ES_PATH_PREFIX` variables are no longer required.

Complexity: 4/5
good first issue

JavaScript
#elasticsearch#mcp#mcp-server#vector-database

AI Summary: The user needs to determine if the Elasticsearch MCP server is compatible with Elasticsearch version 7.2 and, if not, what modifications are needed to make it work. The provided documentation indicates support for Elasticsearch 8.x and 9.x, but the `ES_VERSION` environment variable might allow targeting 7.x. Troubleshooting steps will likely involve checking the server logs for errors related to version incompatibility.

Complexity: 4/5
good first issue

JavaScript
#elasticsearch#mcp#mcp-server#vector-database