Edge Delta MCP Server
@edgedelta
关于 Edge Delta MCP Server
Edge Delta MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"edgedelta-mcp-server": {
"command": "docker",
"args": [
"buildx",
"create",
"--name",
"edgedelta-builder",
"--use"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论