Skip to main content
Glama

πŸ€– Elastic Agent Builder Integration

Connect to Elastic Agent Builder for AI-powered application health monitoring using OTEL data from Elastic Serverless Observability.

✨ Features

  • AI-Powered Analysis through Elastic Agent Builder

  • Real-time Insights from OTEL metrics, traces, and logs

  • Built-in Tools for comprehensive monitoring

  • Easy Integration with Cursor IDE and other MCP clients

  • No Local Server Required - direct connection to Elastic

Related MCP server: Kibana Dashboard Builder

🎯 Available Agent Builder Tools

  • platform.core.search - Search OTEL data in Elasticsearch

  • platform.core.execute_esql - Execute ESQL queries on OTEL data

  • platform.core.generate_esql - Generate ESQL queries for analysis

  • Built-in Analysis - Error patterns, performance metrics, resource utilization

  • Real-time Monitoring - Application health, service dependencies, bottlenecks

πŸš€ Quick Start

Prerequisites

  • Elastic Serverless Observability endpoint with Agent Builder enabled

  • Valid API key for Elastic

  • Cursor IDE (optional, for MCP integration)

Installation

  1. Clone the repository

    git clone git@github.com:poulsbopete/o11y-mcp-server.git
    cd o11y-mcp-server
  2. Configure credentials

    # Option 1: Use setup script (recommended)
    ./setup-env.sh
    # Then edit .env file with your credentials
    
    # Option 2: Set environment variables
    export ELASTIC_ENDPOINT=https://your-endpoint.kb.us-east-1.aws.elastic.cloud
    export ELASTIC_API_KEY=your-api-key
  3. Connect to Agent Builder

    # Test Agent Builder connection
    ./connect-to-agent-builder.sh
    
    # Query application health
    ./query-application-health.sh
  4. Set up Cursor integration (optional)

    # Create Cursor MCP configuration
    ./setup-cursor-agent-builder.sh

πŸ”— Cursor Integration

Quick Setup

./setup-cursor-agent-builder.sh

Manual Setup

  1. Run the Cursor configuration script

  2. Restart Cursor IDE

  3. Connect to Elastic Agent Builder

  4. Ask questions like "What's the health of my applications?"

πŸ“Š Data Sources

Agent Builder connects to Elastic Serverless Observability and analyzes:

  • Metrics: metrics-* indices (CPU, memory, custom metrics)

  • Logs: logs-* indices (application logs, errors, events)

  • Traces: traces-* indices (distributed tracing data)

πŸ› οΈ Configuration

Environment Variables

  • ELASTIC_ENDPOINT - Your Elastic Serverless endpoint

  • ELASTIC_API_KEY - Your Elastic API key

  • LOG_LEVEL - Logging level (default: INFO)

Cursor MCP Configuration

The setup script creates ~/.cursor/mcp_config.json with Agent Builder integration.

πŸ“ Example Queries

Once connected to Agent Builder, you can ask:

  • "What's the overall health of my applications?"

  • "Show me metrics for the payment service"

  • "What errors are happening in the last hour?"

  • "Find the slowest operations in my system"

  • "Analyze resource utilization across all services"

  • "Show me trace analysis for the checkout flow"

  • "Generate an ESQL query for error analysis"

πŸ”§ Troubleshooting

Agent Builder Connection Issues

  • Verify Elastic endpoint and API key

  • Check if Agent Builder is enabled on your Elastic instance

  • Test connection: ./connect-to-agent-builder.sh

No Data Found

  • Check if applications are sending OTEL data

  • Verify time range includes recent data

  • Ensure proper Elastic cluster configuration

Cursor Integration Issues

  • Verify MCP configuration in Cursor settings

  • Check Agent Builder is accessible

  • Restart Cursor after configuration changes

πŸ“š Documentation

  • CURSOR-MCP-INTEGRATION.md - Cursor integration guide

  • connect-to-agent-builder.sh - Agent Builder connection script

  • query-application-health.sh - Application health analysis script

🀝 Contributing

  1. Fork the repository

  2. Create a feature branch: git checkout -b feature-name

  3. Commit changes: git commit -am 'Add feature'

  4. Push to branch: git push origin feature-name

  5. Submit a pull request

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments


Ready to monitor your application health with AI-powered insights through Elastic Agent Builder! πŸŽ‰

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.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Connects agents to Elasticsearch data using the Model Context Protocol, allowing natural language interaction with Elasticsearch indices through MCP Clients like Claude Desktop and Cursor.
    Last updated
    11
    103
    22
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI agents to create and manage Kibana dashboards, Lens visualizations, and data views via the Kibana Saved Objects API. It allows for programmatically listing existing resources and assembling new visualizations into dashboards through natural language commands.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language querying and analysis of OpenTelemetry traces, metrics, and logs stored in Elasticsearch/OpenSearch, allowing AI assistants to investigate performance issues, find root causes, and explore system behavior.
    Last updated
    31
    13
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/poulsbopete/o11y-mcp-server'

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