This MCP server facilitates interaction with Azure DevOps Boards work items using stdio transport. It can be utilized from various MCP hosts that support local stdio servers.
From the registry: Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
Please install the `azure-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Bun** — The CLI runs TypeScript via bunx. Install Bun from bun.sh. (https://bun.sh/docs/installation)
- **Azure DevOps Personal Access Token** — Create an Azure DevOps PAT with 'Work Items: Read & write' scope. (https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","azure-board-mcp@1.0.0"]
- required environment variables:
- `AZURE_ORG`: Azure DevOps organization name (URL segment). (example: `contoso`)
- `AZURE_PROJECT`: Azure DevOps project name. (example: `<your-project>`)
- `AZURE_PAT`: Azure DevOps Personal Access Token. (example: `<your-azure-pat>`)
Note: Canonical runner is 'bunx azure-board-mcp@1.0.0' (requires Bun). npx shown above works if package is npm-compatible, otherwise use 'bunx azure-board-mcp@1.0.0'.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AZURE_ORGrequiredAzure DevOps organization name (URL segment, e.g. `contoso`)AZURE_PROJECTrequiredProject nameAZURE_PATrequiredPAT string (keep secret)Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.