Skip to main content
Glama

TeamCity MCP Server

by Daghis
server.json1.43 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/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": "1.10.3", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@daghis/teamcity-mcp", "version": "1.10.3", "runtimeHint": "npx", "runtimeArguments": [ { "type": "positional", "value": "-y" } ], "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "TEAMCITY_URL", "description": "Base URL of your TeamCity server", "isRequired": true }, { "name": "TEAMCITY_TOKEN", "description": "TeamCity personal access token with required permissions", "isRequired": true, "isSecret": true }, { "name": "MCP_MODE", "description": "Operational mode: dev (default) or full for elevated administrative tools", "default": "dev", "choices": [ "dev", "full" ] } ] } ] }

MCP directory API

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