HomeDevelopment › teamcity-mcp

teamcity-mcp

MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants

TypeScript Cloud macOSWindowsLinux
★ 30 stars Last pushed 2026-08-31 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.12.1)

npx -y @daghis/teamcity-mcp@2.12.1

Or add to your MCP client config:

{
  "mcpServers": {
    "teamcity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp@2.12.1"
      ],
      "env": {
        "TEAMCITY_URL": "<YOUR_VALUE>",
        "TEAMCITY_TOKEN": "<YOUR_VALUE>",
        "MCP_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • TEAMCITY_URL required — Base URL of your TeamCity server
  • TEAMCITY_TOKEN required secret — TeamCity personal access token with required permissions
  • MCP_MODE — Operational mode: dev (default) or full for elevated administrative tools

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry