Skip to main content
Glama

Azure Topology Graph MCP Server

by dhippley

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_RGYesDefault resource group name
DEFAULT_REGIONYesDefault Azure region
AZURE_CLIENT_IDYesYour Azure service principal client ID
AZURE_TENANT_IDYesYour Azure tenant ID
SUBSCRIPTION_IDSYesComma-separated list of Azure subscription IDs to query
AZURE_CLIENT_SECRETYesYour Azure service principal client secret
NETWORK_WATCHER_NAMEYesName of the Network Watcher instance

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_resources

Search Azure resources by name, type, or other properties

get_resource

Get detailed information about a specific Azure resource

get_neighbors

Get resources connected to a specific resource

find_path

Find connection path between two Azure resources

export_topology

Export the complete topology graph

refresh_topology

Refresh the topology cache by re-querying Azure

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/dhippley/azure_mcp_graph'

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