services:
- type: web
name: azure-devops-mcp-server
runtime: node
plan: free
buildCommand: npm install && npm run build
startCommand: node dist/server-web-simple.js
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: AZURE_DEVOPS_ORG
sync: false # This will need to be set manually in Render dashboard
- key: AZURE_DEVOPS_PAT
sync: false # This will need to be set manually in Render dashboard
scaling:
minInstances: 1
maxInstances: 1
disk:
name: data
mountPath: /data
sizeGB: 1
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ennuiii/DevOpsMcpPAT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server