teamcity for Grok
io.github.daghis/teamcity
MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants
client:Grok
transport:stdio
runtime:npm
Install teamcity in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"teamcity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@daghis/teamcity-mcp"
],
"env": {
"TEAMCITY_URL": "<TEAMCITY_URL>",
"TEAMCITY_TOKEN": "<TEAMCITY_TOKEN>",
"MCP_MODE": "<MCP_MODE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs