We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmedrowaihi/azure-mcp-fastmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
compose.yaml•434 B
services:
azure-mcp:
build:
context: .
dockerfile: Dockerfile
image: azure-mcp-fastmcp
environment:
NODE_ENV: production
# Required Azure DevOps credentials
AZURE_ORG_URL: ${AZURE_ORG_URL}
AZURE_PERSONAL_ACCESS_TOKEN: ${AZURE_PERSONAL_ACCESS_TOKEN}
# MCP servers communicate via stdio, not HTTP
# No ports needed as this is not a web server
stdin_open: true
tty: true