Amendor MCP Server

Connect your coding agent to Amendor. Amendor lets the people you build for request changes right on your live site. Requests land on a board. This connector pulls them into your agent (Claude Code, Cursor, Cline, Codex, any MCP client) so it can build each one on a branch and open a pull request.

People who work with Amendor and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 2 · #149 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

JavaScript servers · how we verify → /methodology

01 · Install Amendor

before you install - you'll need

Set AMENDOR_API, AMENDOR_TOKEN before connecting.

Claude Code

claude mcp add deslay1-amendor-mcp --transport http https://amendor.site/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "deslay1-amendor-mcp": {
      "url": "https://amendor.site/mcp"
    }
  }
}

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

https://amendor.site/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

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 · remote - your agent's requests go to amendor.site

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package amendor-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.deslay1 is GitHub-verified and matches the repo owner

03 · What Amendor can do

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

Latest releases

v1.0.0 · 2026-06-22

First stable release. Tools have a settled API: list_change_requests, get_change_request, set_preview_url, update_status (remote + local), plus start_build, publish_preview, ship_change (local). Each tool has a title…

v0.1.4 · 2026-06-22

Richer tool definitions: titles, described parameters, output schemas with structured content, and behavior annotations on all tools. Adds glama.json. Remote HTTP connector option documented in server.json.

04 · Who maintains Amendor

Amendor is maintained by deslay1. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
coding agent - ranked #149 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-06-22)
registry
io.github.deslay1/amendor-mcp (active, first published 2026-06-21 · 3 versions)
packages
npm:amendor-mcp

06 · Amendor FAQ

What is Amendor?

Connect your coding agent to Amendor. Amendor lets the people you build for request changes right on your live site. Requests land on a board. This connector pulls them into your agent (Claude Code, Cursor, Cline, Codex, any MCP client) so it can build each one on a branch and open a pull request.

Is Amendor still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-21 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Amendor?

Run `npx -y amendor-mcp`. The README documents 2 environment variables (AMENDOR_API, AMENDOR_TOKEN) to set first. Set AMENDOR_API, AMENDOR_TOKEN before connecting. You can also paste the ready-made client config above.

Does Amendor require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Amendor

More coding agent MCP servers · Dev Lens · Girder · GLM MCP · Codecanvas · Hivelore

More JavaScript MCP servers · Process · Guesty MCP Server · Twitterapi Docs MCP · Twitterapi Io MCP · see all