Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
tsconfig.json777 B
{ "compilerOptions": { "module": "commonjs", "target": "es2020", "outDir": "out", "lib": [ "es2020" ], "sourceMap": true, "rootDir": "src", "strict": true, /* enable all strict type-checking options */ "alwaysStrict": true, "noFallthroughCasesInSwitch": true, "noImplicitThis": true, "noUnusedLocals": false, // ESLint takes care of this for us "noUnusedParameters": false, // ESLint takes care of this for us "noImplicitAny": true, "noImplicitReturns": true, "strictNullChecks": true, "skipLibCheck": true // Ignore typing issues in libraries }, "exclude": [ "node_modules", ".vscode-test" ] }

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