🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

amendor-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amendor-mcp

Amendor connector for MCP-capable coding agents. Pulls change requests from your Amendor board into your agent so it can build them and open pull requests.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
39
-80.5%
Maintainers
1
Weekly downloads
 
Created
Source

amendor-mcp

amendor-mcp 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.

Setup

  • Sign in at amendor.site and create a project.

  • Go to Settings and copy the connector command. It already has your token filled in and looks like this:

    claude mcp add amendor --env AMENDOR_API=https://amendor.site --env AMENDOR_TOKEN=your-token -- npx -y amendor-mcp
    
  • Run it in your repo.

AMENDOR_TOKEN is the key that ties the connector to your Amendor account. You do not make it up. Amendor generates it and shows it inside the ready-made command on the Settings page, so create a project first, then copy the whole command.

Use it

Ask your agent: "show me the change requests," pick one, "build that one." It opens a pull request, your host builds a preview, the requester approves, you merge.

Tools: list_change_requests, get_change_request, start_build, set_preview_url, publish_preview, update_status, ship_change.

MIT license. More at amendor.site.

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts