Azure DevOps On-Premises for Grok
io.github.zwitbaum/mcp-devops-on-prem
MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.
client:Grok
transport:stdio
runtime:pypi
Install Azure DevOps On-Premises in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-devops-on-prem": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-devops-onpremise"
],
"env": {
"DEVOPS_API_URL": "<DEVOPS_API_URL>",
"DEVOPS_USERNAME": "<DEVOPS_USERNAME>",
"DEVOPS_PASSWORD": "<DEVOPS_PASSWORD>",
"DEVOPS_PAT": "<DEVOPS_PAT>",
"DEVOPS_TOKEN": "<DEVOPS_TOKEN>"
}
}
}
}
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