★ 6 stars
Rust
⚙️ DevOps
Updated 17d ago
A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards and Work Items, written in Rust.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-for-azure-devops": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-for-azure-devops-boards"
]
}
}
}
Run in terminal:
claude mcp add mcp-for-azure-devops cargo run -- mcp-for-azure-devops-boards
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-for-azure-devops": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-for-azure-devops-boards"
]
}
}
}
Topics
aiazureazure-devopshomebrewmcpmcp-serverrustscoop