Home › Cloud & Monitoring › eds-mcp-server
eds-mcp-server
41 tools for Adobe Edge Delivery Services: read, audit, track, monitor, fix, publish, undo — safely.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.15.0)
npx -y @focusgts/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"eds-mcp-server": {
"command": "npx",
"args": [
"-y",
"@focusgts/[email protected]"
],
"env": {
"EDS_OWNER": "<YOUR_VALUE>",
"EDS_REPO": "<YOUR_VALUE>",
"EDS_REF": "<YOUR_VALUE>",
"EDS_API_KEY": "<YOUR_VALUE>",
"EDS_DOMAIN_KEY": "<YOUR_VALUE>",
"EDS_DA_TOKEN": "<YOUR_VALUE>",
"EDS_DA_ORG": "<YOUR_VALUE>",
"EDS_DA_REPO": "<YOUR_VALUE>"
}
}
}
}
EDS_OWNERrequired — GitHub org/user that owns the EDS site repoEDS_REPOrequired — GitHub repository name for the EDS siteEDS_REF— Git branch (default: main)EDS_API_KEYsecret — Admin API key for preview/publish/cache operationsEDS_DOMAIN_KEYsecret — OpTel domain key for Core Web Vitals, 404s, and experiment queriesEDS_DA_TOKENsecret — Document Authoring IMS access token — enables the eds_da_* source and bulk toolsEDS_DA_ORG— Document Authoring org (defaults to EDS_OWNER)EDS_DA_REPO— Document Authoring repo/site (defaults to EDS_REPO)
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry