Back to directory
teamcity-mcp

teamcity-mcp

@itcaat12

A Model Context Protocol server that exposes JetBrains TeamCity as AI-ready resources and tools for LLM agents and IDE plugins

teamcityci/cdbuildjetbrainsautomation

Installation & Configuration

{
  "mcpServers": {
    "teamcity": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "TC_URL",
        "-e",
        "TC_TOKEN",
        "itcaat/teamcity-mcp:latest",
        "--transport",
        "stdio"
      ],
      "env": {
        "TC_URL": "https://your-teamcity-server.com",
        "TC_TOKEN": "your-teamcity-api-token"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2025/6/26
Updated
2026/6/7