HomeCloud & Monitoring › eds-mcp-server

eds-mcp-server

41 tools for Adobe Edge Delivery Services: read, audit, track, monitor, fix, publish, undo — safely.

TypeScript Cloud macOSWindowsLinux
★ 3 stars Last pushed 2026-08-18 License: Apache-2.0

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_OWNER required — GitHub org/user that owns the EDS site repo
  • EDS_REPO required — GitHub repository name for the EDS site
  • EDS_REF — Git branch (default: main)
  • EDS_API_KEY secret — Admin API key for preview/publish/cache operations
  • EDS_DOMAIN_KEY secret — OpTel domain key for Core Web Vitals, 404s, and experiment queries
  • EDS_DA_TOKEN secret — Document Authoring IMS access token — enables the eds_da_* source and bulk tools
  • EDS_DA_ORG — Document Authoring org (defaults to EDS_OWNER)
  • EDS_DA_REPO — Document Authoring repo/site (defaults to EDS_REPO)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry