MCP server for monitoring Elastic APM via Kibana API
| Tool name | Description | Destructive? |
|---|---|---|
| list_services | ✓ no | |
| get_service_overview | ✓ no | |
| get_errors | ✓ no | |
| get_transaction_samples | ✓ no | |
| get_trace | ✓ no |
| get_transactions | ✓ no | |
| get_service_metrics | ✓ no |
{
"mcpServers": {
"elastic-apm": {
"command": "npx",
"args": [
"-y",
"elastic-apm-mcp-server"
]
}
}
}