Edge Delta MCP Server
Integrates with Edge Delta APIs for advanced automation and interaction.
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.
Use Cases
- Extract and analyse observability data from Edge Delta.
- Build AI‑powered tools and applications that interact with Edge Delta’s platform.
Prerequisites
- Docker Engine ≥ 20.10 installed and running.
- Docker Buildx plug‑in available:
- macOS / Windows – included with Docker Desktop.
- Debian / Ubuntu
sudo apt-get update && sudo apt-get install -y docker-buildx-plugin - Fedora / RHEL / CentOS
sudo dnf install -y docker-buildx-plugin # or yum install … - Other distros (manual fallback)
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
- An Edge Delta API token with the required scope – create one here.
- Your Edge Delta organisation ID – find it here.
Build (container image)
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 ….
Installation
Usage with Cursor
{
"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>"
}
}
}
}
Library Usage
The exported Go API of this module is experimental and 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.
License
Licensed under the terms of the MIT licence. See LICENSE for full details.
Verwandte Server
IPGeolocation.io MCP Server
Official MCP server for IP geolocation, IP security, abuse contacts, ASN, timezone, astronomy, and user-agent parsing.
Agent Safe Email MCP
A Remote MCP Server that checks every email before your agent acts on it. Connect via MCP protocol, pay per use with Skyfire.
EdgeOne Geo Location Service
Provides user geolocation data via Tencent EdgeOne Pages Functions, enabling large language models to access location information.
Kubernetes
Connect to Kubernetes cluster and manage pods, deployments, services.
MCP Doppler Server
Securely access secrets from Doppler's secret management platform using a Doppler API token.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Financial Data
Provides access to real-time and historical stock data from the Alpha Vantage API.
AWS Documentation MCP Server
An MCP server for accessing and searching AWS documentation, with support for different partitions.
MCP Freshbooks Blockchain
Integrates Freshbooks with blockchain technology for immutable financial records.
Huawei MCP Server
A Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access for large AI models.