Daghis/teamcity-mcp
Model Context Protocol (MCP) server for JetBrains TeamCity: control builds, tests, agents and configs from AI coding assistants.
Platform-specific configuration:
{
"mcpServers": {
"teamcity-mcp": {
"command": "npx",
"args": [
"-y",
"teamcity-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/Daghis/teamcity-mcp/actions/workflows/ci.yml) [](https://github.com/Daghis/teamcity-mcp/actions/workflows/codeql.yml) [](https://codecov.io/gh/Daghis/teamcity-mcp) [](LICENSE)
A Model Control Protocol (MCP) server that bridges AI coding assistants with JetBrains TeamCity CI/CD server, exposing TeamCity operations as MCP tools.
<a href="https://glama.ai/mcp/servers/@Daghis/teamcity-mcp"> </a>
The TeamCity MCP Server allows developers using AI-powered coding assistants (Claude Code, Cursor, Windsurf) to interact with TeamCity directly from their development environment via MCP tools.
> Upgrading from 1.x? Version 2.0.0 moved 15 tools from Dev to Full mode, including queue management, agent compatibility checks, and server health monitoring. If you relied on these tools in Dev mode, switch to MCP_MODE=full or use runtime mode switching (v2.1.0+). See CHANGELOG.md for details.
Loading reviews...