Skip to main content
Glama

Elasticsearch MCP Server

by y0zg
manifest.json783 B
{ "dxt_version": "0.1", "name": "mcp-elasticsearch", "version": "1.0.0", "description": "Elasticsearch MCP Server for log analysis and performance monitoring", "author": { "name": "Oleksandr Kulbida" }, "server": { "type": "python", "entry_point": "mcp-elasticsearch-server.py", "mcp_config": { "command": "${__dirname}/venv/bin/python", "args": [ "${__dirname}/mcp-elasticsearch-server.py" ], "env": { "ES_HOST": "localhost:9200" } } }, "user_config": { "es_host": { "type": "string", "title": "Elasticsearch Host", "description": "Elasticsearch host and port (e.g., localhost:9200)", "default": "localhost:9200", "required": false } }, "license": "MIT" }

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/y0zg/mcp-elasticsearch'

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