MCP.so
Sign In

Edge Delta MCP Server

@edgedelta

About Edge Delta MCP Server

Edge Delta MCP Server

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

edgedelta

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "edgedelta-mcp-server": {
      "command": "docker",
      "args": [
        "buildx",
        "create",
        "--name",
        "edgedelta-builder",
        "--use"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Edge Delta MCP Server?

The Edge Delta MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Edge Delta APIs, enabling advanced automation and interaction capabilities for developers and tools.

How to use Edge Delta MCP Server?

Install Docker Engine ≥20.10 and Docker Buildx, obtain an Edge Delta API token and organization ID, then build the container image using docker buildx build --load -t mcp/edgedelta .. Configure your MCP client (e.g., Cursor) with the provided JSON snippet, supplying your token and org ID as environment variables.

Key features of Edge Delta MCP Server

  • Integrates with Edge Delta APIs via the Model Context Protocol.
  • Enables automation and interaction with observability platforms.
  • Packaged as a container image for easy deployment.
  • Supports multi‑platform builds with Docker Buildx.
  • Licensed under the MIT license.

Use cases of Edge Delta MCP Server

  • Extract and analyse observability data from Edge Delta.
  • Build AI‑powered tools and applications that interact with Edge Delta’s platform.
  • Automate monitoring workflows using MCP‑compatible assistants.

FAQ from Edge Delta MCP Server

What prerequisites are needed to run Edge Delta MCP Server?

You need Docker Engine ≥20.10, the Docker Buildx plugin, an Edge Delta API token with the required scope, and your Edge Delta organisation ID.

How do I build the Edge Delta MCP Server container image?

Create a multi‑platform Docker Buildx builder with docker buildx create --name edgedelta-builder --use, bootstrap it, then run docker buildx build --load -t mcp/edgedelta ..

How do I install Edge Delta MCP Server with Cursor?

Add the provided JSON configuration to your Cursor MCP settings, specifying the Docker command and your ED_API_TOKEN and ED_ORG_ID environment variables.

Is the Go library API stable?

No, the exported Go API is experimental and may change without notice. If you rely on it in production, please open an issue describing your use case.

How is Edge Delta MCP Server licensed?

It is licensed under the terms of the MIT license. See the LICENSE file for full details.

Comments

More Other MCP servers