Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
tasks.json1.13 kB
{ "version": "2.0.0", "tasks": [ { "label": "npm watch", "type": "npm", "script": "watch", "problemMatcher": [ "$ts-webpack-watch", "$tslint-webpack-watch" ], "isBackground": true, "presentation": { "reveal": "never" }, "group": { "kind": "build", "isDefault": true } }, { "label": "npm dev-build", "type": "npm", "script": "dev-build", "problemMatcher": [ "$ts-webpack-watch", "$tslint-webpack-watch" ], "presentation": { "reveal": "never" }, "group": { "kind": "build" } }, { "type": "npm", "script": "ci-build", "group": "build", "problemMatcher": [], "label": "npm: ci-build", "detail": "npm run lint && npm run build" } ] }

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