Server data from the Official MCP Registry
Pull change requests from your Amendor board into your coding agent to build and open PRs.
Pull change requests from your Amendor board into your coding agent to build and open PRs.
The server is a well-designed MCP connector for the Amendor service with appropriate security controls for its purpose. Authentication is properly implemented via bearer token in environment variables, and permissions are narrowly scoped to API calls relevant to change request management. Minor code quality observations exist around input validation and error handling, but no serious security vulnerabilities were identified. 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AMENDOR_API
Environment variable: AMENDOR_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-deslay1-amendor-mcp": {
"env": {
"AMENDOR_API": "your-amendor-api-here",
"AMENDOR_TOKEN": "your-amendor-token-here"
},
"args": [
"-y",
"amendor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.