Back to Home
edgedelta icon

edgedelta-mcp-server

Verified Safe

by edgedelta

Overview

Provides a Model Context Protocol (MCP) server for seamless integration with Edge Delta APIs, enabling advanced automation and interaction with observability data.

Installation

Run Command
docker run -i --rm -e ED_ORG_ID=<YOUR_ORG_ID> -e ED_API_TOKEN=<YOUR_TOKEN> ghcr.io/edgedelta/edgedelta-mcp-server:latest

Environment Variables

  • ED_ORG_ID
  • ED_API_TOKEN
  • ED_API_URL
  • ED_MCP_PORT

Security Notes

The MCP server component itself appears robust, primarily acting as an API wrapper for Edge Delta. It securely handles API tokens and organization IDs via environment variables, headers, or context. It uses the `mcp-go` library for JSON-RPC, which implies structured input, reducing injection risks. The HTTP client uses TLS 1.2+. There are no obvious hardcoded secrets or arbitrary code execution vulnerabilities in the server's core logic. NOTE: The `mcpcurl` client, distributed within the same repository, is designed to execute arbitrary shell commands (specified by `--stdio-server-cmd`) to start the MCP server. While this is an intentional feature for its specific use case (interacting with locally or externally run MCP servers), it represents a significant security risk if `mcpcurl` is used in an untrusted environment or with an untrusted `stdio-server-cmd` argument. The server itself does not inherit this specific vulnerability.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Stars5
Forks4
Last Update2026-01-08

Tags

MCPAPI IntegrationObservabilityGoCLI