npm amendor-mcpstreamable-httpupdated 1mo ago
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.
What can you do with Amendor?
amendor-mcp
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.
Install
Add Amendor to your client. Pick the one you use.
{
"servers": {
"amendor-mcp": {
"type": "http",
"url": "https://amendor.site/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add amendor-mcp -- npx -y amendor-mcpcodex mcp add amendor-mcp -- npx -y amendor-mcpamp mcp add amendor-mcp -- npx -y amendor-mcp{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"amendor-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"amendor-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"amendor-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y amendor-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 42 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 22, 2026 |
| 0.1.3 | Jun 22, 2026 |
| 0.1.2 | Jun 21, 2026 |