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: octodet-elasticsearch-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.
Latest Blog Posts
- 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