Daghis/teamcity-mcp
MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching.
Quick Start
Clone the repository:
git clone https://github.com/Daghis/teamcity-mcpClaude Desktop configuration example:
{
"mcpServers": {
"teamcity-mcp": {
"command": "npx",
"args": [
"-y",
"Daghis/teamcity-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.