Eds MCP Server

41 tools. No extra dependencies beyond the MCP SDK. Works with any EDS site. The first MCP server purpose-built for Edge Delivery Services. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 3 · #119 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Eds MCP Server

before you install - you'll need

Set EDS_OWNER, EDS_REPO before connecting.

Claude Code

claude mcp add focus-gts-eds-mcp-server -- npx -y @focusgts/eds-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "focus-gts-eds-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/eds-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @focusgts/eds-mcp-server - the @focusgts scope differs from the repo owner (focus-gts); confirm it's the project's official package

registry registry publisher io.github.focusgts is not the repo owner (focus-gts) - the registry entry was published by someone else

03 · What Eds MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.15.0 · 2026-08-18

Added · Scheduled monitoring (ADR-018) - eds_audit_monitor, the "watch primitive" · that completes the roadmap (See → Fix → Track → Sell → Automate). It runs the · audit, diffs against the last snapshot (the ADR-016…

v0.14.0 · 2026-08-18

Changed · Every report is now a branded, client-ready artifact (ADR-017). · eds_audit_report output gains, by default: a Focus GTS Navigator letterhead · (embedded logo, self-contained), an executive summary…

v0.13.1 · 2026-08-16

Fixed · README banner - the hero.svg header now reads "40 tools" (was 37) and adds · track to the capability line (Read · audit · track · fix · publish · undo). · Docs-only; no code changes.

04 · Who maintains Eds MCP Server

eds-mcp-server is maintained by focus-gts. We track 2 MCP servers from focus-gts - 2 actively maintained, 3 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
other - ranked #119 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-18)
registry
io.github.focusgts/eds-mcp-server (active, first published 2026-06-03 · 15 versions)
packages
npm:@focusgts/eds-mcp-server

06 · Eds MCP Server FAQ

What is Eds MCP Server?

41 tools. No extra dependencies beyond the MCP SDK. Works with any EDS site. The first MCP server purpose-built for Edge Delivery Services. It runs locally over stdio via the published package.

Is Eds MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Eds MCP Server?

Run `npx -y @focusgts/eds-mcp-server`. The README documents 2 environment variables (EDS_OWNER, EDS_REPO) to set first. Set EDS_OWNER, EDS_REPO before connecting. You can also paste the ready-made client config above.

Does Eds MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Eds MCP Server

More MCP servers to compare · Formio MCP · Code Runner · Server MCP Registry · MINT Protocol - Universal Work Attestation · Cv

More TypeScript MCP servers · Spec Driven Development · Uptier · see all