io.github.Daghis/teamcity✓
io.github.Daghis/teamcity · v2.12.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Daghis/teamcity",
"description": "MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants",
"repository": {
"url": "https://github.com/Daghis/teamcity-mcp",
"source": "github"
},
"version": "2.12.0",
"websiteUrl": "https://github.com/Daghis/teamcity-mcp",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@daghis/teamcity-mcp",
"version": "2.12.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}