mcp-devops-on-prem

zwitbaum/mcp-devops-on-prem
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
MCP server for on-premises Azure DevOps or TFS
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-devops-on-prem": {
      "command": "uvx",
      "args": [
        "mcp-devops-on-prem"
      ]
    }
  }
}

Or install with pip: pip install mcp-devops-on-prem

README Excerpt

Model Context Protocol [MCP](https://modelcontextprotocol.io/) server for **on-premises Azure DevOps** that lets AI assistants browse repositories, review pull requests, manage work items, and interact with wikis. Many organizations use on-premise DevOps solutions such as TFS or Azure DevOps Server in their projects. Integrating these systems with modern agentic AI tools and LLMs can be difficult. The official Microsoft Azure DevOps MCP server does not support these environments and is unlikely

Tools (19)

DEVOPS_PASSWORDDEVOPS_PATDEVOPS_TOKENDEVOPS_USERNAMEdevops_get_item_content_diffdevops_get_work_itemdevops_pull_request_create_commentdevops_pull_request_delete_commentdevops_pull_request_getdevops_pull_request_update_commentdevops_repository_commit_changesdevops_repository_diffs_commitsdevops_repository_getdevops_repository_item_contentdevops_repository_listdevops_wiki_page_create_or_updatedevops_wiki_page_deletedevops_wiki_page_get_by_urldevops_wiki_page_update