Appveyor

Appveyor

AppVeyor is a hosted continuous integration service for building and deploying applications.

46VIEWS
2368USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app appveyornpx @composio/cli add cursor --app appveyornpx @composio/cli add cursor --app appveyornpx @composio/cli add cursor --app appveyor

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Build Artifacts

Tool to get the list of artifacts for a specific build job. use when you need to retrieve artifacts after a job completes.

Get Environments

Tool to get a list of all deployment environments. use when you need to enumerate available environments before creating deployments.

Get Projects

Tool to get a list of all projects for the authenticated account. use after authentication to enumerate available projects.

Get Role

Tool to retrieve details of a specific role. use when you need to inspect permissions and metadata of a role by id.

Get Roles

Tool to retrieve all roles in the account. use when you need to enumerate available roles before assigning permissions.

Get Users

Tool to retrieve all users in the account. use when you need to list all team users in your appveyor account.

6 actions available