-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
📋 MCP Server Submission to Microsoft Dev Community
Server Information
Name: Enhanced Azure DevOps MCP Server
Package: @fsabatini82/azure-devops-mcp
Current Version: 2.3.4
Author: Fabio Sabatini (Avanade)
Email: fabio.sabatini@avanade.com
Repository: https://github.com/fsabatini82/azure-devops-mcp
NPM Package: https://www.npmjs.com/package/@fsabatini82/azure-devops-mcp
🎯 Value Proposition
This server addresses a critical gap in Azure DevOps integration for VS Code users by providing:
- Enhanced Security: First MCP server with Personal Access Token (PAT) authentication
- Comprehensive Coverage: 50+ tools covering all major Azure DevOps areas
- Production Ready: 98%+ test coverage, extensive security guidelines
- Community Focused: Independent distribution with regular updates
🔐 Key Differentiators
- PAT Authentication: Secure token-based authentication (unique feature)
- Multiple Auth Modes: OAuth, Azure CLI, Environment Variables, PAT
- Security First: Comprehensive security guidelines and best practices
- TypeScript: Full type safety and modern development practices
- Extensive Testing: Complete test coverage with integration tests
🚀 Installation Example
{
"inputs": [
{
"id": "ado_org",
"type": "promptString",
"description": "Azure DevOps organization name (e.g. 'contoso')"
}
],
"servers": {
"azure-devops-enhanced": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@fsabatini82/azure-devops-mcp@latest", "${input:ado_org}", "--authentication", "pat"]
}
}
}
🛠️ Supported Domains
- Core: Projects, teams, identity management
- Work Items: Creation, updates, queries, relationships
- Repositories: Pull requests, branches, commits, code search
- Pipelines: Builds, runs, artifacts, deployment
- Wiki: Page management, content operations
- Test Plans: Test cases, suites, execution
- Advanced Security: Security alerts and scanning
📊 Quality Metrics
- Test Coverage: 98.99% statements, 96.75% branches
- Security Score: A+ (no hardcoded secrets, security guidelines)
- Documentation: Comprehensive README, setup guides, examples
- Maintenance: Active development, regular updates
- Community: Open source with MIT license
🔗 Links & Resources
- Repository: https://github.com/fsabatini82/azure-devops-mcp
- NPM Package: https://www.npmjs.com/package/@fsabatini82/azure-devops-mcp
- Documentation: README.md
- Security Guidelines: SECURITY-GUIDELINES.md
- Getting Started: docs/GETTINGSTARTED.md
🎯 Target Audience
- Azure DevOps users seeking enhanced VS Code integration
- Development teams requiring secure PAT authentication
- Organizations needing comprehensive Azure DevOps automation
- Developers wanting type-safe Azure DevOps interactions
📈 Community Impact
This server enhances the Azure DevOps ecosystem by:
- Providing secure authentication options not available elsewhere
- Offering comprehensive tooling for all Azure DevOps features
- Maintaining high code quality and security standards
- Supporting both individual developers and enterprise teams
🔄 Maintenance & Support
- Active Development: Regular feature updates and bug fixes
- Community Support: GitHub issues and discussions
- Documentation: Comprehensive guides and examples
- Security: Regular security updates and best practices
📋 Request
We request inclusion of @fsabatini82/azure-devops-mcp
in the official VS Code MCP servers directory to provide enhanced Azure DevOps integration for the community.
Submission Date: October 14, 2025
Contact: fabio.sabatini@avanade.com
Organization: Avanade
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request