{"id":31465622,"url":"https://github.com/stefh/mcpserver.azuredevops","last_synced_at":"2025-10-01T17:57:26.650Z","repository":{"id":285444408,"uuid":"958159302","full_name":"StefH/mcpserver.azuredevops","owner":"StefH","description":"A Stdio MCP server as dotnet tool to access Azure DevOps.","archived":false,"fork":false,"pushed_at":"2025-09-15T16:53:27.000Z","size":252,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T18:30:44.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["StefH"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://www.paypal.me/stefheyenrath"]}},"created_at":"2025-03-31T18:33:34.000Z","updated_at":"2025-06-17T16:45:18.000Z","dependencies_parsed_at":"2025-06-21T01:34:23.012Z","dependency_job_id":"becac543-8054-4f96-9811-a147bef90ba8","html_url":"https://github.com/StefH/mcpserver.azuredevops","commit_stats":null,"previous_names":["stefh/mcpserver.azuredevops"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/StefH/mcpserver.azuredevops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2Fmcpserver.azuredevops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2Fmcpserver.azuredevops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2Fmcpserver.azuredevops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2Fmcpserver.azuredevops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefH","download_url":"https://codeload.github.com/StefH/mcpserver.azuredevops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2Fmcpserver.azuredevops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277883741,"owners_count":25894167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-01T17:57:24.865Z","updated_at":"2025-10-01T17:57:26.644Z","avatar_url":"https://github.com/StefH.png","language":"C#","funding_links":["https://github.com/sponsors/StefH","https://www.paypal.me/stefheyenrath"],"categories":[],"sub_categories":[],"readme":"﻿# ![Project Icon](./resources/icon_32x32.png) mcpserver.azuredevops\nA Stdio MCP server as dotnet tool to access Azure DevOps.\n\n## 📦 NuGet\n[![NuGet Badge](https://img.shields.io/nuget/v/mcpserver.azuredevops.stdio)](https://www.nuget.org/packages/mcpserver.azuredevops.stdio)\n\n### Installation\n``` cmd\ndotnet tool install --global mcpserver.azuredevops.stdio --version 0.0.1\n```\n\n\u003cbr\u003e\n\n## 🛠️ Supported Tools\n\n### Core Navigation Tools\n- `GetProjects`: List all accessible projects\n- `GetRepositories`: List all repositories in a project\n\n\n### Project Tools\n- `GetProject`: Get details of a specific project\n\n\n### Repository Tools\n- `GetRepository`: Get repository details\n\n\n### Search Tools\n- `SearchCode`: Search for code across repositories in a project\n\n\n### GetCommit Tools\n- `GetCommit`: Retrieve a particular commit details\n- `GetCommits`: Retrieve git commits\n\n\n### 🚧 Work Item Tools 🚧\n- `get_work_item`: Retrieve a work item by ID\n- `create_work_item`: Create a new work item\n- `update_work_item`: Update an existing work item\n- `list_work_items`: List work items in a project\n- `manage_work_item_link`: Add, remove, or update links between work items\n\n\n### 🚧 Boards 🚧\n- `get_boards`: Get available boards in the project\n\n\n### 🚧 Pipelines 🚧\n- `list_pipelines`: List all pipelines in the project\n- `trigger_pipeline`: Execute a pipeline\n\n\n### 🚧 Pull Requests 🚧\n- `list_pull_requests`: List pull requests\n- `create_pull_request`: Create a new pull request\n- `update_pull_request`: Update a pull request\n- `get_pull_request`: Get pull request details\n\n\n### 🚧 Wiki 🚧\n- `get_wikis`: List all wikis in the project\n- `get_wiki_page`: Get a wiki page\n- `create_wiki`: Create a new wiki\n- `update_wiki_page`: Create or update a wiki page\n\n\n\u003cbr\u003e\n\n## 💡 LLM Examples\n\n### Semantic Kernel\nThis MCP Server can be used in [ModelContextProtocol-SemanticKernel](https://github.com/StefH/McpDotNet.Extensions.SemanticKernel).\n\n#### Question\n``` raw\nGet 5 commits from the repository '. . .'\n```\n\n#### Answer\n``` raw\nHere are the 3 most recent commits from the '. . .' repository:\n\n1. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)\n   - **Author:** Stef Heyenrath\n   - **Date:** 2021-12-17\n   - **Comment:** Merged PR 378: Updated mindmap-certifications.json\n\n2. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)\n   - **Author:** Stef Heyenrath\n   - **Date:** 2021-12-17\n   - **Comment:** Merge pull request 378 from stef-update-az104 into master\n\n3. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .)\n   - **Author:** Stef Heyenrath\n   - **Date:** 2021-12-17\n   - **Comment:** 103\n\nIf you need more details about any specific commit, feel free to ask!\n```\n\n### Claude Desktop\nThis MCP Server can also be used in Claude Desktop.\n\n#### Config\n``` json\n{\n    \"mcpServers\": {\n        \"azureDevOpsDotNet\": {\n            \"command\": \"mcpserver.azuredevops.stdio\",\n            \"args\": [ ],\n            \"env\": {\n                \"AZURE_DEVOPS_ORG_URL\": \"https://dev.azure.com/. . .\",\n                \"AZURE_DEVOPS_AUTH_METHOD\": \"pat\",\n                \"AZURE_DEVOPS_PAT\": \". . .\",\n                \"AZURE_DEVOPS_DEFAULT_PROJECT\": \"AzureExampleProjects\"\n            }\n        }\n    }\n}\n```\n\n#### Question\nGet 2 commits from the azure devops repository '. . .'.\n\n#### Answer\n![Claude Desktop-01](resources/screenshots/ClaudeDesktop-01.png)\n\n\u003cbr\u003e\n\n## 📖 Links\n- https://github.com/Tiberriver256/mcp-server-azure-devops\n- https://github.com/stefanskiasan/azure-devops-mcp-server\n\n\n## Certified\n- This MCP is certified by [MCP Review](https://mcpreview.com) ([Proof of ownership](https://mcpreview.com/mcp-servers/stefh/mcpserver-azuredevops))\n\n\n## Sponsors\n\n[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=StefH) and [Dapper Plus](https://dapper-plus.net/?utm_source=StefH) are major sponsors and proud to contribute to the development of **mcpserver.azuredevops.stdio**.\n\n[![Entity Framework Extensions](https://raw.githubusercontent.com/StefH/resources/main/sponsor/entity-framework-extensions-sponsor.png)](https://entityframework-extensions.net/bulk-insert?utm_source=StefH)\n\n[![Dapper Plus](https://raw.githubusercontent.com/StefH/resources/main/sponsor/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert?utm_source=StefH)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fmcpserver.azuredevops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefh%2Fmcpserver.azuredevops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefh%2Fmcpserver.azuredevops/lists"}