MCP Server
MCP
Azure DevOps (unofficial remote entry)
Unofficial entry for Microsoft's hosted Azure DevOps MCP server. Not affiliated with Microsoft.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.dev.azure.com/{organization}",
"headers": [
{
"description": "Comma-separated toolsets to enable, e.g. 'wit,work'. Omit to enable all.",
"name": "X-MCP-Toolsets"
},
{
"description": "Set to 'true' to expose only read-only tools.",
"name": "X-MCP-Readonly"
}
],
"variables": {
"organization": {
"description": "Your Azure DevOps organization name, e.g. 'contoso'.",
"isRequired": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment