Integrations
Implemented using TypeScript, offering type-safe development of MCP server components
Azure DevOps MCP Server
An MCP (Model Context Protocol) server that provides integration with Azure DevOps, allowing AI assistants to interact with Azure DevOps work items, pull requests, and wikis.
Features
- Work Items Management (create, list, get)
- Pull Request Operations (create, list, get, comment, diff)
- Wiki Page Management (create, edit)
Setup
- Install dependencies:
- Configure environment variables (create a .env file):
- Build the server:
Installation
Add the server configuration to your MCP settings:
For VSCode
Add to ~/.vscode/cline_mcp_settings.json
:
For Claude Desktop
Add to:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
Available Tools
Work Items
list_work_items
Lists work items in a project.
get_work_item
Get details of a specific work item.
create_work_item
Create a new work item.
Pull Requests
list_pull_requests
List pull requests in a repository.
get_pull_request
Get details of a specific pull request.
create_pull_request
Create a new pull request.
create_pull_request_comment
Add a comment to a pull request.
get_pull_request_diff
Get the diff for a pull request.
Wiki
create_wiki_page
Create a new wiki page.
edit_wiki_page
Edit an existing wiki page.
Development
Run in development mode with environment variables:
Note
Unless explicitly specified in the tool arguments, the project
and repository
parameters will use default values from your environment configuration.
This server cannot be installed
A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.