A
securityA
licenseA
qualityEnables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
Last updated -
3
05
JavaScript
MIT License
该模型上下文协议 (MCP) 服务器提供与 Azure DevOps 的集成,允许 Cline 与 Azure DevOps 服务进行交互。
要通过Smithery自动为 Claude Desktop 安装 Azure DevOps Server:
注意:构建输出( build/
目录)不包含在版本控制中。您必须在克隆存储库后运行构建命令。
Code (read, write)
- 用于拉取请求操作Work Items (read, write)
- 用于工作项管理Build (read, execute)
- 用于管道操作Wiki (read, write)
- 用于 Wiki 操作Project and Team (read)
- 有关项目和董事会的信息将服务器配置添加到您的 Cline MCP 设置文件:
%APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
%LOCALAPPDATA%/Claude/claude_desktop_config.json
向mcpServers
对象添加以下配置:
替换以下值:
/absolute/path/to/azure-devops-server
:克隆此存储库的绝对路径your-organization
:您的 Azure DevOps 组织名称your-project-name
:您的 Azure DevOps 项目名称your-personal-access-token
:您在步骤 1 中生成的 PATget_work_item
:通过 ID 获取工作项list_work_items
:使用 WIQL 查询工作项create_work_item
:创建一个新的工作项(Bug、任务、用户故事)update_work_item
:更新现有工作项get_boards
:获取项目中可用的板list_pipelines
:列出项目中的所有管道trigger_pipeline
:执行管道list_pull_requests
:列出拉取请求create_pull_request
:创建一个新的拉取请求update_pull_request
:更新拉取请求get_pull_request
:获取拉取请求详细信息get_wikis
:列出项目中的所有 wikiget_wiki_page
:获取 wiki 页面create_wiki
:创建一个新的wikiupdate_wiki_page
:创建或更新 wiki 页面list_projects
:列出 Azure DevOps 组织中的所有项目要修改或扩展服务器:
src
目录中进行更改npm run watch
进行开发npm run build
进行构建npm run inspector
MIT 许可证 - 详情请参阅许可证
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanskiasan/azure-devops-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server