mcp-server-and-prompts
Verified Safeby cgjdparashar
Overview
This repository provides MCP prompt definitions for orchestrating Azure DevOps, Playwright testing, and MySQL queries, enabling AI assistants to automate common development workflows.
Installation
No command providedEnvironment Variables
- AZDO_ORG_URL
- AZDO_PROJECT
- AZDO_TEAM
- AZDO_USER_EMAIL
- AZDO_AREA_PATH
- AZDO_WORK_ITEM_TYPES
- AZDO_PRIORITY_MIN
- AZDO_PRIORITY_MAX
- CONFIRM_ASSIGN
Security Notes
The system design explicitly uses environment variables for sensitive credentials (Azure DevOps, MySQL) rather than hardcoding. It also includes safety features like 'CONFIRM_ASSIGN' for dry-run mode in Azure DevOps prompts and 'READ_ONLY' flags for MySQL queries, reducing accidental destructive operations. The primary security risk comes from the powerful access granted to external services via AI-driven prompts, requiring careful configuration and oversight by the user and secure hosting of the underlying MCP servers (which are external to this repo). No 'eval' or obfuscation is apparent in the provided README.
Similar Servers
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
teamwork-ai
The Assigner acts as a webhook server that listens for Teamwork.com task events, analyzing them using AI to assign tasks to users based on skills, job roles, costs, and workload, and then generates an explanatory comment.
AI-Productivity-Series-Requirement-Engineering-Vibes
Automating requirements engineering and testing processes using AI agents within Azure DevOps.