Back to Home
rawe icon

claude-agent-orchestrator-workspace-template

Verified Safe

by rawe

Overview

An HTTP wrapper for the official Azure DevOps MCP server, enabling remote access to work items via Streamable HTTP transport for local development and integration with agents.

Installation

Run Command
docker-compose up -d

Environment Variables

  • ADO_ORG
  • ADO_PAT
  • PORT

Security Notes

The server explicitly binds to 127.0.0.1 (localhost) on the host system, significantly limiting network exposure. Secrets (Azure DevOps PAT) are handled via environment variables, not hardcoded. There is no 'eval' or similar dangerous dynamic code execution. It is designed and explicitly stated for local-only use and not for external exposure. Lack of authentication on the /mcp endpoint is acceptable for local use, but would be a critical vulnerability if exposed externally.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-12-03

Tags

Azure DevOpsMCPHTTP WrapperAPI ProxyWork Items