Azure DevOps On-Premises for Windsurf
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:Windsurf
transport:stdio
runtime:pypi
Install Azure DevOps On-Premises in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-devops-on-prem": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs