Server data from the Official MCP Registry
20 tools for Adobe Edge Delivery Services: preview, publish, analytics, and content ops
20 tools for Adobe Edge Delivery Services: preview, publish, analytics, and content ops
A well-architected MCP server for Adobe Edge Delivery Services with proper authentication, secure token handling, and appropriate input validation. The codebase demonstrates good security practices including CSRF protection, path traversal prevention, and careful credential management. Minor code quality improvements around error handling and logging would strengthen the implementation, but no critical security issues were identified. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
5 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: EDS_OWNER
Environment variable: EDS_REPO
Environment variable: EDS_REF
Environment variable: EDS_API_KEY
Environment variable: EDS_DOMAIN_KEY
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_API_KEY": "your-eds-api-key-here",
"EDS_DOMAIN_KEY": "your-eds-domain-key-here"
},
"args": [
"-y",
"@focusgts/eds-mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.