← Index

io.github.Daghis/teamcity

io.github.Daghis/teamcity·v2.10.0·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "teamcity": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp"
      ],
      "env": {
        "TEAMCITY_URL": "<teamcity_url>",
        "TEAMCITY_TOKEN": "<your-teamcity_token>",
        "MCP_MODE": "dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "teamcity": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp"
      ],
      "env": {
        "TEAMCITY_URL": "<teamcity_url>",
        "TEAMCITY_TOKEN": "<your-teamcity_token>",
        "MCP_MODE": "dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @daghis/teamcity-mcp
§02  Environment variables
TEAMCITY_URL
required

Base URL of your TeamCity server

TEAMCITY_TOKEN
requiredsecret

TeamCity personal access token with required permissions

MCP_MODE

Operational mode: dev (default) or full for elevated administrative tools

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other