← Back to Plugins
MCP Server MCP

io.github.Daghis/teamcity

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @daghis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@daghis/teamcity-mcp",
      "version": "2.12.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Base URL of your TeamCity server",
          "isRequired": true,
          "placeholder": "https://teamcity.example.com/",
          "name": "TEAMCITY_URL"
        },
        {
          "description": "TeamCity personal access token with required permissions",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "YOUR_TOKEN_HERE",
          "name": "TEAMCITY_TOKEN"
        },
        {
          "description": "Operational mode: dev (default) or full for elevated administrative tools",
          "default": "dev",
          "choices": [
            "dev",
            "full"
          ],
          "name": "MCP_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...