Back to Browse

Eds MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-engineered MCP server for Adobe Edge Delivery Services with strong security fundamentals. Authentication is properly handled with support for both token-based and browser login flows, with tokens stored securely in the home directory. The codebase demonstrates good input validation (path traversal prevention, secret redaction in errors), proper error handling, and careful retry logic that prevents duplicate writes. Permissions align well with the server's purpose—API access, environment variables, and network calls are all appropriate for a content management and publishing tool. No critical vulnerabilities or malicious patterns detected. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

GitHub org/user that owns the EDS site repoOptional

Environment variable: EDS_OWNER

GitHub repository name for the EDS siteOptional

Environment variable: EDS_REPO

Git branch (default: main)Optional

Environment variable: EDS_REF

Admin API key for preview/publish/cache operationsRequired

Environment variable: EDS_API_KEY

OpTel domain key for Core Web Vitals, 404s, and experiment queriesRequired

Environment variable: EDS_DOMAIN_KEY

Document Authoring IMS access token — enables the eds_da_* source and bulk toolsRequired

Environment variable: EDS_DA_TOKEN

Document Authoring org (defaults to EDS_OWNER)Optional

Environment variable: EDS_DA_ORG

Document Authoring repo/site (defaults to EDS_REPO)Optional

Environment variable: EDS_DA_REPO

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-focusgts-eds-mcp-server": {
      "env": {
        "EDS_REF": "your-eds-ref-here",
        "EDS_REPO": "your-eds-repo-here",
        "EDS_OWNER": "your-eds-owner-here",
        "EDS_DA_ORG": "your-eds-da-org-here",
        "EDS_API_KEY": "your-eds-api-key-here",
        "EDS_DA_REPO": "your-eds-da-repo-here",
        "EDS_DA_TOKEN": "your-eds-da-token-here",
        "EDS_DOMAIN_KEY": "your-eds-domain-key-here"
      },
      "args": [
        "-y",
        "@focusgts/eds-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!