mcp-server-azure-devops

An MCP server for Azure DevOps

GitHub Stars

292

User Rating

Not Rated

Favorites

0

Views

97

Forks

84

Issues

28

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Node.js: v16 or higher
npm or yarn
Azure DevOps account with appropriate access
Authentication credentials (see [Authentication Guide](docs/authentication.md) for details):
- Personal Access Token (PAT), or - Azure Identity credentials, or - Azure CLI login

Installation Steps

1. Clone Repository

bash
git clone https://github.com/Tiberriver256/mcp-server-azure-devops.git
cd mcp-server-azure-devops

2. Install Dependencies

bash
npm install

3. Start Server

bash
npx -y @tiberriver256/mcp-server-azure-devops

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Authentication errors occur Solution: Recheck your PAT or Azure CLI credentials.

Additional Resources