Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Azuredevops Bridge

    3 stars
    Go
    Updated Jun 20, 2025

    Table of Contents

    • 🌉 Azure DevOps Integration
    • 🚀 Getting Started
    • Prerequisites
    • Installation
    • Installing Go 1.23 or above
    • Building the Project
    • 💡 Example Workflows
    • Work Item Management
    • Wiki Documentation
    • Sprint Planning
    • Attachments and Comments
    • 🔧 Features
    • Work Item Management
    • Wiki Management
    • Sprint Management
    • Attachments and Comments
    • 📋 Advanced Wiki Usage
    • Available Wiki Tools
    • Wiki Troubleshooting
    • 🔒 Security
    • 📝 Credits
    • 📝 License
    • 🤝 Contributing

    Table of Contents

    • 🌉 Azure DevOps Integration
    • 🚀 Getting Started
    • Prerequisites
    • Installation
    • Installing Go 1.23 or above
    • Building the Project
    • 💡 Example Workflows
    • Work Item Management
    • Wiki Documentation
    • Sprint Planning
    • Attachments and Comments
    • 🔧 Features
    • Work Item Management
    • Wiki Management
    • Sprint Management
    • Attachments and Comments
    • 📋 Advanced Wiki Usage
    • Available Wiki Tools
    • Wiki Troubleshooting
    • 🔒 Security
    • 📝 Credits
    • 📝 License
    • 🤝 Contributing

    Documentation

    MCP Azure DevOps Bridge

    A Model Context Protocol (MCP) integration server for Azure DevOps. This focused integration allows you to manage work items, wiki documentation, sprint planning, and handle attachments and discussions seamlessly.

    🌉 Azure DevOps Integration

    Connect with Azure DevOps for comprehensive project management:

    • Work Items - Create, update, query, and manage work items
    • Wiki Documentation - Create, update, and retrieve wiki pages
    • Sprint Planning - Retrieve current sprint information and list sprints
    • Attachments & Discussions - Add and retrieve attachments and comments to/from work items

    🚀 Getting Started

    Prerequisites

    • Go 1.23 or later
    • Azure DevOps Personal Access Token (PAT)

    Installation

    Installing Go 1.23 or above

    ##### Windows

    Install Go using one of these package managers:

    1. Using winget:

    code
    winget install GoLang.Go

    2. Using Chocolatey:

    code
    choco install golang

    3. Using Scoop:

    code
    scoop install go

    After installation, verify with:

    code
    go version

    ##### macOS

    Install Go using Homebrew:

    code
    brew install go

    Verify the installation:

    code
    go version

    Building the Project

    1. Clone and build:

    bash
    git clone https://github.com/krishh-amilineni/mcp-azuredevops-bridge.git
    cd mcp-azuredevops-bridge
    go build

    2. Configure your environment:

    bash
    export AZURE_DEVOPS_ORG="your-org"
    export AZDO_PAT="your-pat-token"
    export AZURE_DEVOPS_PROJECT="your-project"

    3. Add to your Windsurf / Cursor configuration:

    json
    {
      "mcpServers": {
        "azuredevops-bridge": {
          "command": "/full/path/to/mcp-azuredevops-bridge/mcp-azuredevops-bridge",
          "args": [],
          "env": {
            "AZURE_DEVOPS_ORG": "organization",
            "AZDO_PAT": "personal_access_token",
            "AZURE_DEVOPS_PROJECT": "project"
          }
        }
      }
    }

    💡 Example Workflows

    Work Item Management

    txt
    "Create a user story for the new authentication feature in Azure DevOps"

    Wiki Documentation

    txt
    "Create a wiki page documenting the API endpoints for our service"
    "List all wiki pages in our project wiki"
    "Get the content of the 'Getting Started' page from the wiki"
    "Show me all available wikis in my Azure DevOps project"

    Sprint Planning

    txt
    "Show me the current sprint's work items and their status"

    Attachments and Comments

    txt
    "Add this screenshot as an attachment to work item #123"

    🔧 Features

    Work Item Management

    • Create new work items (user stories, bugs, tasks, etc.)
    • Update existing work items
    • Query work items by various criteria
    • Link work items to each other

    Wiki Management

    • Create and update wiki pages
    • Search wiki content
    • Retrieve page content and subpages
    • Automatic wiki discovery - dynamically finds all available wikis for your project
    • Smart wiki selection - selects the most appropriate wiki based on the project context
    • Get list of available wikis for debugging and exploration

    Sprint Management

    • Get current sprint information
    • List all sprints
    • View sprint statistics

    Attachments and Comments

    • Add attachments to work items
    • Retrieve attachments from work items
    • Add comments to work items
    • View comments on work items

    📋 Advanced Wiki Usage

    The DevOps Bridge includes enhanced wiki functionality that can help you access documentation more effectively:

    Available Wiki Tools

    • list_wiki_pages - Lists all wiki pages, optionally from a specific path
    • get_wiki_page - Retrieves the content of a specific wiki page
    • manage_wiki_page - Creates or updates a wiki page
    • search_wiki - Searches for content across wiki pages
    • get_available_wikis - Lists all available wikis in your Azure DevOps organization

    Wiki Troubleshooting

    If you're having trouble accessing wiki content:

    1. Use the get_available_wikis tool to see all available wikis and their IDs

    2. Check that your PAT token has appropriate permissions for wiki access

    3. Verify that the wiki path is correct - wiki paths are case-sensitive

    4. Enable verbose logging to see detailed request and response information

    🔒 Security

    This integration uses Personal Access Tokens (PAT) for authenticating with Azure DevOps. Ensure your PAT has the appropriate permissions for the operations you want to perform.

    📝 Credits

    This project was inspired by and draws from the original work at TheApeMachine/mcp-server-devops-bridge. We appreciate their contribution to the open source community.

    📝 License

    This project is licensed under the MIT License - see the LICENSE file for details.

    🤝 Contributing

    Contributions are welcome! Please feel free to submit a Pull Request.

    1. Fork the repository

    2. Create your feature branch (git checkout -b feature/amazing-feature)

    3. Commit your changes (git commit -m 'Add some amazing feature')

    4. Push to the branch (git push origin feature/amazing-feature)

    5. Open a Pull Request

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k