Skip to main content
Glama
devcontainer.json754 B
{ "name": "Azure DevOps Local MCP Server", "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "hostRequirements": { "cpus": 2, "memory": "8gb" }, "features": { "ghcr.io/devcontainers/features/node:1": { "version": "20" }, "ghcr.io/devcontainers/features/azure-cli:1": {} }, "postCreateCommand": "rm -f .npmrc && npm install && npm install -g . ; az login --use-device-code", "customizations": { "codespaces": { "openFiles": ["CONTRIBUTING.md"] }, "vscode": { "extensions": ["ms-azuretools.vscode-docker", "EditorConfig.EditorConfig", "GitHub.copilot", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "ms-vscode.vscode-typescript-next"] } }, "remoteUser": "node" }

Latest Blog Posts

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/magemaclean/azure-devops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server