Skip to content
Zed

teamcity for Zed

io.github.daghis/teamcity

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

client:Zed transport:stdio runtime:npm

Install teamcity in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "teamcity": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp"
      ],
      "env": {
        "TEAMCITY_URL": "<TEAMCITY_URL>",
        "TEAMCITY_TOKEN": "<TEAMCITY_TOKEN>",
        "MCP_MODE": "<MCP_MODE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

teamcity in other clients