Loading MCP server directory, please wait...
Pull change requests from your Amendor board into your coding agent to build and open PRs.
npx @getmcp/cli add io.github.deslay1/amendor-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AMENDOR_APIYour Amendor URL
AMENDOR_TOKENConnector token from amendor.site/settings (generated per account)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.deslay1/amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "https://amendor.site",
"AMENDOR_TOKEN": ""
}
}
}
}