Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
devcontainer.json1.43 kB
{ "name": "Azure MCP Codespace", "features": { "ghcr.io/devcontainers/features/dotnet:2": { "version": "9.0.300" }, "ghcr.io/devcontainers/features/node:1": { "version": "20" }, "ghcr.io/devcontainers/features/azure-cli:1": {}, "ghcr.io/devcontainers/features/powershell:1": {}, "ghcr.io/azure/azure-dev/azd:0": {} }, "hostRequirements": { "cpus": 4, "memory": "8gb", "storage": "32gb" }, "customizations": { "vscode": { "extensions": [ "ms-dotnettools.csharp", "ms-dotnettools.csdevkit", "ms-vscode.powershell", "ms-azuretools.vscode-azurecli", "GitHub.copilot", "GitHub.copilot-chat", "ms-azuretools.vscode-azure-github-copilot", "dbaeumer.vscode-eslint", "streetsidesoftware.code-spell-checker", "ms-vscode.test-adapter-converter" ], "settings": { "dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true, "dotnet.server.useOmnisharp": false, "powershell.codeFormatting.preset": "OTBS" } } }, "postCreateCommand": "dotnet --version && az --version && azd version && pwsh --version && npm --version" }

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

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