← Back to Plugins
MCP Server MCP

Amendor

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...