Overview of the Argos MCP Server
mainThe Argos MCP (Model Context Protocol) server exposes the Argos public REST API to AI agents. It allows AI agents to interact with Argos features by converting existing API operations into MCP tools.
Key details:
- Production URL:
https://mcp.argos-ci.com(served on its own subdomain). - Authentication: Supports Personal Access Tokens (PAT) and OAuth 2.1 access tokens.
- Note: Project tokens are not supported and will be rejected.
- Automatic Tool Generation: Any REST endpoint that is eligible for PAT or OAuth authentication is automatically exposed as an MCP tool. The tool name corresponds to the API's
operationId.