Back to Home
dammyboss icon

Azure-DevOps-mcp-server

Verified Safe

by dammyboss

Overview

Facilitate natural language interaction and management of Azure DevOps resources via a chat interface, powered by OpenAI function calling.

Installation

Run Command
npm run dev

Environment Variables

  • AZURE_DEVOPS_ORG_URL
  • AZURE_DEVOPS_PAT
  • AZURE_DEVOPS_PROJECT
  • PORT
  • NEXT_PUBLIC_API_URL
  • AZURE_OPENAI_API_KEY
  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_API_VERSION
  • AZURE_OPENAI_DEPLOYMENT_NAME

Security Notes

Secrets are correctly handled via environment variables (`.env`). No 'eval' or code obfuscation was observed. The project utilizes `axios` for external API calls, which is a standard and generally secure HTTP client. CORS is enabled globally by default (`app.use(cors())`) which is permissive and should be configured for specific origins in a production deployment to mitigate certain web security risks, though it is acceptable for self-hosted development or internal tools. Error messages in tool calls might expose some internal details if not sanitized, but generally, robust `try-catch` blocks are in place.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-13

Tags

Azure DevOpsAI AgentChatbotDevOps AutomationOpenAI Functions