MCP Server
MCP
io.github.focusgts/eds-mcp-server
41 tools for Adobe Edge Delivery Services: read, audit, track, monitor, fix, publish, undo — safely.
Install
npx -y @focusgts/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@focusgts/eds-mcp-server",
"version": "0.15.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHub org/user that owns the EDS site repo",
"isRequired": true,
"format": "string",
"name": "EDS_OWNER"
},
{
"description": "GitHub repository name for the EDS site",
"isRequired": true,
"format": "string",
"name": "EDS_REPO"
},
{
"description": "Git branch (default: main)",
"format": "string",
"name": "EDS_REF"
},
{
"description": "Admin API key for preview/publish/cache operations",
"format": "string",
"isSecret": true,
"name": "EDS_API_KEY"
},
{
"description": "OpTel domain key for Core Web Vitals, 404s, and experiment queries",
"format": "string",
"isSecret": true,
"name": "EDS_DOMAIN_KEY"
},
{
"description": "Document Authoring IMS access token — enables the eds_da_* source and bulk tools",
"format": "string",
"isSecret": true,
"name": "EDS_DA_TOKEN"
},
{
"description": "Document Authoring org (defaults to EDS_OWNER)",
"format": "string",
"name": "EDS_DA_ORG"
},
{
"description": "Document Authoring repo/site (defaults to EDS_REPO)",
"format": "string",
"name": "EDS_DA_REPO"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment