Skip to main content
Glama

Elasticsearch 7.x MCP Server

by imlewc
import logging import sys from .server import ElasticsearchMCPServer def main(): """Entry point for the Elasticsearch 7.x MCP server.""" try: server = ElasticsearchMCPServer() server.start() except Exception as e: logging.error(f"Error starting server: {str(e)}") sys.exit(1) if __name__ == "__main__": main()

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/imlewc/elasticsearch7-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server