- Add 6 MCP server documentation pages (bc-code-intelligence, al-dependency, azure-devops, serena, al-objid, clockify) - Add AI Coding Agents documentation (GitHub Copilot, Claude, Cursor) - Add Getting Started section (what is agentic coding, setup, prompting, best practices, limitations, glossary) - Add Getting More section (code review, documentation, telemetry examples) - Add Community Resources placeholders (articles, videos, tools) - Update Tools section to focus on MCP servers instead of VSCode extensions
1.4 KiB
1.4 KiB
| title | linkTitle | weight | description |
|---|---|---|---|
| Azure DevOps MCP | Azure DevOps MCP | 4 | Official Microsoft MCP server for comprehensive Azure DevOps integration with AI assistants |
Overview
The Azure DevOps MCP Server is Microsoft's official Model Context Protocol implementation for Azure DevOps, providing AI assistants with comprehensive access to work items, repositories, pipelines, wiki, search, and advanced security features.
Publisher: Microsoft
Key Features
50+ Tools Across All Azure DevOps Services:
- Core (projects, teams, identities)
- Work (iterations, capacity)
- Work Items (CRUD, queries, comments, linking)
- Repositories (repos, branches, PRs, commits, file contents)
- Pipelines (builds, logs, artifacts, triggering)
- Wiki (pages, content, CRUD operations)
- Search (code, wiki, work items)
- Advanced Security (alerts, findings)
Domain Filtering:
- Enable only needed domains to reduce tool count
- Example:
-d work-items -d repositoriesfor focused workflows
Multiple Authentication Options:
- Interactive (default) - Browser-based OAuth
- Azure CLI - Use existing
az loginsession - Environment variable - PAT via
AZURE_DEVOPS_PAT