Skip to main content
Glama

mcp-es-logs

An MCP (Model Context Protocol) server that downloads Elasticsearch logs from Elastic Cloud via the Admin API.

Prerequisites

  • Node.js ≥ 18

  • unzip available on the host

  • An Elastic Cloud API key with admin access

export EC_API_KEY=<your-elastic-cloud-api-key>

Related MCP server: octodet-elasticsearch-mcp

Installation

npm install
npm run build

Usage

npm start        # production (requires build)
npm run dev      # development via ts-node

Tools

Tool

Description

get_es_ref_id

Resolve the Elasticsearch ref_id for a deployment

download_es_logs

Download logs for a single date

download_es_logs_range

Download logs for an inclusive date range

get_plan_logs

Show failed plan history for a deployment

See KB.md for full parameter reference and examples.

MCP Client Setup

Add to your MCP client config (e.g. Claude Desktop ~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "mcp-es-logs": {
      "command": "node",
      "args": ["/path/to/es-log-downloader/dist/index.js"],
      "env": {
        "EC_API_KEY": "<your-api-key>"
      }
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/TomonoriSoejima/es-log-downloader'

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