Skip to content
MCP-Bridge
Communication

AppVeyor REST API MCP Config

AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them. Additional help and discussion of the AppVe

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/appveyor-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/appveyor-com.json to fetch programmatically.

{
  "mcpServers": {
    "appveyor-com": {
      "command": "npx",
      "args": ["-y","@mcp/appveyor-com"],
      "env": {
      "APPVEYOR_REST_API_API_KEY": "your_appveyor_rest_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/appveyor-com.json

Environment Variables

APPVEYOR_REST_API_API_KEY

Replace your_appveyor_rest_api_api_key with your actual appveyor rest api api key

Endpoints

POST/account/encrypt

Encrypt a value for use in StoredValue.

GET/buildjobs/{jobId}/artifacts

Get build artifacts

GET/buildjobs/{jobId}/artifacts/{artifactFileName}

Download build artifact

GET/buildjobs/{jobId}/log

Download build log

POST/builds

Start build of branch most recent commit

PUT/builds

Re-run build

DELETE/builds/{accountName}/{projectSlug}/{buildVersion}

Cancel build

GET/collaborators

Get collaborators

PUT/collaborators

Update collaborator

GET/collaborators/{userId}

Get collaborator