Back to directory
daghis/teamcity-mcp

daghis/teamcity-mcp

@Daghis

Model Context Protocol (MCP) server for JetBrains TeamCity: control builds, tests, agents and configs from AI coding assistants.

teamcityci-cdjetbrainsmcpautomationtypescriptdevops

Installation & Configuration

{
  "mcpServers": {
    "teamcity": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp"
      ],
      "env": {
        "TEAMCITY_URL": "https://teamcity.example.com",
        "TEAMCITY_TOKEN": "tc_your_token_here",
        "MCP_MODE": "dev"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12