JetBrains CI/CD
Connect to TeamCity for powerful CI/CD with JetBrains integration.
{
"mcpServers": {
"teamcity": {
"mcpServers": {
"teamcity": {
"env": {
"TEAMCITY_URL": "https://teamcity.example.com",
"TEAMCITY_TOKEN": "your-token"
},
"args": [
"-y",
"teamcity-mcp-server"
],
"command": "npx"
}
}
}
}
}