azure-devops-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_ORG | Yes | Name of the organization (e.g., movii) | |
| AZURE_DEVOPS_PAT | Yes | Personal Access Token for Azure DevOps | |
| AZURE_ASSIGNED_TO | No | (Optional) User for query_my_bugs tool (default defined in src/config.js) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_my_bugsA | Lista los bugs activos asignados al usuario configurado en ASSIGNED_TO |
| get_work_itemA | Obtiene un work item de Azure Boards por ID |
| query_work_itemsB | Consulta work items usando WIQL |
| get_repositoriesB | Lista todos los repositorios del proyecto |
| search_codeB | Busca texto en los archivos de un repositorio usando Azure DevOps Code Search |
| get_file_contentC | Lee el contenido de un archivo en un repositorio |
| create_branchC | Crea una rama nueva desde otra existente |
| create_pull_requestB | Crea un Pull Request entre dos ramas |
| push_commitC | Hace commit de un cambio en un archivo dentro de una rama existente |
| get_pipeline_runsB | Obtiene ejecuciones recientes de un pipeline |
| update_work_item_stateA | Actualiza el estado de un work item en Azure Boards |
| create_work_itemC | Crea un work item (User Story, Task, Bug, etc.) en Azure Boards |
| get_pull_requestB | Obtiene el estado actual de un Pull Request |
| get_pipelinesB | Lista todos los pipelines del proyecto |
| notify_task_completedC | Hook de cierre: persiste reporte y finaliza la tarea |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/branjesusdev/MCP-azure-arquitecture'
If you have feedback or need assistance with the MCP directory API, please join our Discord server