Skip to main content
Glama

Azure MCP Server

pyproject.toml551 B
[project] name = "mcp_server_azure" version = "0.1.0" description = "A Model Context Protocol server providing tools to read and manipulate Azure resources using an LLM" readme = "README.md" requires-python = ">=3.13" dependencies = [ "azure-cosmos>=4.9.0", "azure-identity>=1.19.0", "azure-storage-blob>=12.24.1", "httpx>=0.28.1", "mcp[cli]>=1.2.1", "azure-appconfiguration>=1.7.1" ] [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] mcp_server_azure_cmd = "mcp_server_azure:main"

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/mashriram/azure_mcp_server'

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