mcpbeat Sign in

Eds MCP Server

local only

Eds MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm. Last commit 18 Aug 2026.

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

Installs per day peak 358 · avg 31 · +8% w/w
a month agotoday
84
Installs / week
npm · @focusgts/eds-mcp-server
3
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth/browser.ts:29
    const child = spawn(command, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eds-mcp-server -- npx -y @focusgts/eds-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eds-mcp-server": {
      "args": [
        "-y",
        "@focusgts/eds-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eds-mcp-server]
command = "npx"
args = ["-y", "@focusgts/eds-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "eds-mcp-server": {
      "args": [
        "-y",
        "@focusgts/eds-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eds-mcp-server": {
      "args": [
        "-y",
        "@focusgts/eds-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EDS_OWNER (GitHub org/user that owns the EDS site repo), EDS_REPO (GitHub repository name for the EDS site), EDS_REF (Git branch (default: main)), EDS_API_KEY (Admin API key for preview/publish/cache operations), EDS_DOMAIN_KEY (OpTel domain key for Core Web Vitals, 404s, and experiment queries), EDS_DA_TOKEN (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eds MCP Server

same job, measured the same way
Netmon (demo)
by netmon

Public read-only demo of Netmon's network monitoring tools over a recorded snapshot.

36 tools answering
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

33 installs/wk local only
Kiln
by codeofaxel

Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.

483 installs/wk local only
Statuspal
by usefulapi

Read status-page status, services, incidents and metrics; create, update and publish incidents.

11 tools answering
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Fleet MCP
by simplyminimal

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

201 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

210 installs/wk local only
Ros MCP
by husain-zaidi

MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames.

29 installs/wk local only

Eds MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Eds MCP Server?
Eds MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @focusgts/eds-mcp-server was installed 84 times last week.
How do I connect Eds MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @focusgts/eds-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Eds MCP Server?
The npm package @focusgts/eds-mcp-server was installed 84 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eds MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.