Back to Home
Daghis icon

teamcity-mcp

Verified Safe

by Daghis

Overview

A Model Control Protocol (MCP) server that bridges AI coding assistants with JetBrains TeamCity CI/CD server, exposing TeamCity operations as MCP tools.

Installation

Run Command
npx -y @daghis/teamcity-mcp

Environment Variables

  • TEAMCITY_URL
  • TEAMCITY_TOKEN
  • MCP_MODE

Security Notes

The server explicitly prioritizes sensitive configuration (TeamCity URL and Token) via CLI arguments, environment variables, or .env files, avoiding hardcoded secrets. It employs a global error handler that sanitizes messages by redacting sensitive patterns (like 'token=', 'password=', 'apikey=', 'authorization:') before logging them, enhancing security in production environments. The core API client uses Axios for HTTP requests, which is a well-vetted library. There's no apparent use of `eval` or other dynamic code execution that could introduce direct arbitrary code execution vulnerabilities.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassHigh
Avg Tokens20000
Stars9
Forks4
Last Update2026-01-19

Tags

CI/CDTeamCityMCPAI AssistantDevOps