Edge Delta MCP Server
About
Integrates with Edge Delta APIs for advanced automation and interaction.
Details
- Author
- edgedelta
- Categories
- Cloud Service, Infrastructure, Other
Jump to
Setup
Install Edge Delta MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/edgedelta/edgedelta-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Integrates with Edge Delta APIs for advanced automation and interaction.
TheEdge Delta MCP Serveris aModel Context Protocol (MCP)server that provides seamless integration with Edge Delta APIs, enabling advanced automation and interaction capabilities for developers and tools.
- Extract and analyse observability data from Edge Delta.
- Build AI‑powered tools and applications that interact with Edge Delta’s platform.
The server exposes tools to inspect and change Edge Delta pipelines. Write operations follow a safe loop:validate → save → deploy, with rollback.
Typical edit flow:get_pipeline_config→ edit YAML →validate_pipeline_config→save_pipeline_config→get_pipeline_history→deploy_pipeline(revert_pipelineto roll back).
Validating that a config isvalidis not the same as confirming a change actuallytransformed the data. The live-capture tools sample real before/after data flowing through pipeline nodes on running agents, so an agent can verify a transformation took effect.
Capture flow:start_pipeline_capture→get_pipeline_capture_status(poll until an agent reportssuccess) →get_pipeline_capture_results(compare each node'sbeforevsafterto confirm the transformation).
Develop and verify a processor against sample logsoffline— no save, no deploy, no live traffic. The offline complement to live-capture: capture proves whatdidhappen, this proves whatwillhappen.
Iterate until the output is right, then add the statements/node to the pipeline,save_pipeline_config→deploy_pipeline, and confirm on live data with the capture tools. Usetest_pipeline_ottlfor OTTL transforms (itsExtractPatternsalso covers regex field extraction); usetest_pipeline_nodefor non-OTTL node types such as log-to-metric and log-to-pattern.
- Docker Engine ≥ 20.10installedand running.
- Docker Buildx plug‑inavailable:
- macOS / Windows– included with Docker Desktop.
- Debian / Ubuntu
sudo apt-get update && sudo apt-get install -y docker-buildx-plugin
sudo dnf install -y docker-buildx-plugin # or yum install …
mkdir -p ~/.docker/cli-plugins curl -sSL \ https://github.com/docker/buildx/releases/latest/download/buildx-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64 \ -o ~/.docker/cli-plugins/docker-buildx chmod +x ~/.docker/cli-plugins/docker-buildx
First‑time setup (creates a multi‑platform builder and boots it):
docker buildx create --name edgedelta-builder --use docker buildx inspect --bootstrap
Build the image and load it into the local Docker daemon:
docker buildx build --load -t mcp/edgedelta .
ℹ️ The--loadflag streams the image back to your local Docker engine so you can run it directly withdocker run mcp/edgedelta ….
{ "mcpServers": { "edgedelta": { "command": "docker", "args": [ "run", "-i", "--rm", "-e ED_ORG_ID", "-e ED_API_TOKEN", "ghcr.io/edgedelta/edgedelta-mcp-server:latest" ], "env": { "ED_API_TOKEN": "<YOUR_TOKEN>", "ED_ORG_ID": "<YOUR_ORG_ID>" } } } }
The exported Go API of this module isexperimentaland may change without notice. If you rely on it in production, please open an issue describing your use case so we can stabilise the relevant surface.
Licensed under the terms of theMITlicence. SeeLICENSEfor full details.
Interact with Honeycomb observability data, including datasets, SLOs, and triggers.
Provides access to OpenTelemetry traces and metrics through Logfire.
Connect to Netdata MCP using Claude desktop
Access VictoriaMetrics APIs for monitoring, observability, and debugging.
Expose data observability, lineage, test results & incidents to AI agents via MCP
The IBM Instana MCP server enables seamless interaction with the IBM Instana observability platform, allowing you to access real-time observability data directly within your development workflow.
Query and interact with kubernetes environments monitored by Metoro
Fetch logs, metrics, traces, and events from the Chronosphere observability platform.
Interact with the Datadog API to monitor your cloud infrastructure, applications, and logs.
The Datadog MCP Server acts as a bridge between your observability data in Datadog and any AI agents that support the Model Context Protocol (MCP).
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




