MCP Server
MCP
Amendor
Pull change requests from your Amendor board into your coding agent to build and open PRs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://amendor.site/mcp",
"headers": [
{
"description": "Bearer <connector token from amendor.site/settings>",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "amendor-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Amendor URL",
"isRequired": true,
"format": "string",
"default": "https://amendor.site",
"name": "AMENDOR_API"
},
{
"description": "Connector token from amendor.site/settings (generated per account)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AMENDOR_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment