Retrieve queued builds from TeamCity with optional locator filters and pagination controls. Supports field selection and fetching all pages up to a limit.
Once configured, you can use natural language commands like:
"Search for failed builds in the last week"
"Why last deploy was failed"
"Search the most failed builds"
"Trigger a build for the main branch"
"Show me recent builds for project X"
"Pin the latest successful build"
"Cancel the running bui
Enables AI coding assistants to interact with JetBrains TeamCity CI/CD server through natural language commands. Supports triggering builds, monitoring status, analyzing test failures, and managing build configurations directly from development environments.
Download multiple build artifacts from a TeamCity build using paths, with options for base64, text, or stream output. Returns per-artifact payloads or stream metadata.
Wait for a build to complete by polling the TeamCity server until it reaches a terminal state such as finished, canceled, or failed, with configurable timeout and poll interval.
Switch the TeamCity MCP server runtime mode between read-only (dev) and full operations. Returns previous and current modes while updating the available tool list.