edgedelta-mcp-server
Verified Safeby 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
docker run -i --rm -e ED_ORG_ID=<YOUR_ORG_ID> -e ED_API_TOKEN=<YOUR_TOKEN> ghcr.io/edgedelta/edgedelta-mcp-server:latestEnvironment 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
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-k8s
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
magic-api-mcp-server
Provides a Model Context Protocol (MCP) server to enhance Magic-API development workflows, enabling advanced interactions for script writing, API management, debugging, and deployment.