mcp-es-logs
Integrates with Elastic Cloud to download Elasticsearch deployment logs via the Admin API, providing tools to resolve deployment ref IDs, download logs for a date or date range, and view failed plan history.
Provides tools to download logs from Elastic Cloud deployments, including resolving deployment ref IDs, downloading logs for a single date or a range, and retrieving failed plan history.
Allows downloading Elasticsearch logs from Elastic Cloud deployments via the Admin API, with capabilities to resolve ref IDs, download logs for specific dates, and access plan logs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-es-logsdownload logs for deployment my-deploy on 2024-05-15"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-es-logs
An MCP (Model Context Protocol) server that downloads Elasticsearch logs from Elastic Cloud via the Admin API.
Prerequisites
Node.js ≥ 18
unzipavailable on the hostAn Elastic Cloud API key with admin access
export EC_API_KEY=<your-elastic-cloud-api-key>Related MCP server: log-mcp
Installation
npm install
npm run buildUsage
npm start # production (requires build)
npm run dev # development via ts-nodeTools
Tool | Description |
| Resolve the Elasticsearch |
| Download logs for a single date |
| Download logs for an inclusive date range |
| 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>"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceRead/write Elasticsearch mcp server with many toolsLast updated16913MIT
- AlicenseAqualityDmaintenanceMCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.Last updated795MIT
- Alicense-qualityDmaintenanceMCP server that provides tools and resources to interact with Elasticsearch clusters, including listing indices, searching, and retrieving mappings.Last updated3MIT
- Alicense-qualityDmaintenanceA read-only MCP server that gives AI assistants natural language access to Elasticsearch/Kibana logs for querying and analysis.Last updatedMIT
Related MCP Connectors
MCP server for Blockscout
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for managing Prisma Postgres.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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