Back to Browse

Amendor MCP Server

by Deslay1
Developer ToolsUse Caution4.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Pull change requests from your Amendor board into your coding agent to build and open PRs.

About

Pull change requests from your Amendor board into your coding agent to build and open PRs.

Remote endpoints: streamable-http: https://amendor.site/mcp

Security Report

4.8
Use Caution4.8High Risk

Amendor MCP is a well-structured connector for pulling change requests from the Amendor platform into coding agents. Authentication is properly implemented via environment variable tokens, and the server's permissions align with its stated purpose of integrating with a remote API. No malicious patterns, hardcoded credentials, or dangerous code execution were detected. Minor code quality improvements around error handling and input validation would strengthen the implementation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Amendor URLOptional

Environment variable: AMENDOR_API

Connector token from amendor.site/settings (generated per account)Required

Environment variable: AMENDOR_TOKEN

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

amendor-mcp

Featured on Product Hunt 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

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

  2. 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
    
  3. 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.

Reviews

No reviews yet

Be the first to review this server!