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
{
"name": "@azure/mcp-{os}-{cpu}",
"version": "{version}",
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for {os} on {cpu}",
"author": "Microsoft Corporation",
"homepage": "https://github.com/Azure/azure-mcp#readme",
"license": "MIT",
"keywords": [
"azure",
"mcp",
"model-context-protocol"
],
"bugs": {
"url": "https://github.com/Azure/azure-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-mcp.git"
},
"engines": {
"node": ">=20.0.0"
},
"main": "./index.js",
"bin": {
"azmcp-{os}-{cpu}": "./dist/{executable}"
},
"os": [
"{os}"
],
"cpu": [
"{cpu}"
]
}