About
Overview
The Elastic APM MCP Server enables AI agents to access application performance monitoring data from Elastic APM. It provides tools for viewing service health, querying traces, analyzing error patterns, and monitoring transaction performance.
Capabilities
Tools & Capabilities
⚡list_services
List monitored services
⚡get_transactions
Get transaction performance data
⚡get_errors
Get error groups and occurrences
⚡get_traces
Get distributed traces
Setup
Installation
bash
Install
npx -y @elastic/mcp-server-apmExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"elastic-apm": {
"command": "npx",
"args": ["-y", "@elastic/mcp-server-apm"],
"env": { "ELASTICSEARCH_URL": "http://localhost:9200" }
}
}
}Quick Info
Authorelastic
LanguageTypeScript
StatusBeta
Stars★ 45
Last UpdatedFeb 12, 2026