We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daghis/teamcity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$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"
},
"websiteUrl": "https://github.com/Daghis/teamcity-mcp",
"version": "2.2.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@daghis/teamcity-mcp",
"version": "2.2.2",
"runtimeHint": "npx",
"runtimeArguments": [
{
"type": "positional",
"value": "-y"
}
],
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TEAMCITY_URL",
"description": "Base URL of your TeamCity server",
"placeholder": "https://teamcity.example.com/",
"isRequired": true
},
{
"name": "TEAMCITY_TOKEN",
"description": "TeamCity personal access token with required permissions",
"placeholder": "YOUR_TOKEN_HERE",
"isRequired": true,
"isSecret": true
},
{
"name": "MCP_MODE",
"description": "Operational mode: dev (default) or full for elevated administrative tools",
"default": "dev",
"choices": [
"dev",
"full"
]
}
]
}
]
}