HomeOther › Amendor

Amendor

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

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-07-21

Topics: Delivery

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://amendor.site/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http amendor-mcp https://amendor.site/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "amendor-mcp": {
      "url": "https://amendor.site/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <connector token from amendor.site/settings>

Package (npm 1.0.0)

npx -y amendor-mcp@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "amendor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amendor-mcp@1.0.0"
      ],
      "env": {
        "AMENDOR_API": "<YOUR_VALUE>",
        "AMENDOR_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • AMENDOR_API required — Your Amendor URL
  • AMENDOR_TOKEN required secret — Connector token from amendor.site/settings (generated per account)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry