Skip to main content
Glama
Jah-yee

Azure Diagram MCP Server

by Jah-yee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_LOG_LEVELNoLog level for FastMCP (e.g., ERROR, INFO). Default is INFO if not set.INFO
DIAGRAM_COPILOT_MODELNoModel override (default: 'gpt-4.1').
DIAGRAM_COPILOT_API_KEYNoAPI key for the LLM provider.
DIAGRAM_COPILOT_BASE_URLNoAPI endpoint URL for the LLM provider.
DIAGRAM_COPILOT_WIRE_APINoAPI wire format: 'completions' or 'responses'.
DIAGRAM_COPILOT_PROVIDER_TYPENoLLM provider type: 'openai', 'azure', or 'anthropic'. Required only when using Copilot SDK with BYOK.
DIAGRAM_COPILOT_AZURE_API_VERSIONNoAzure API version (default: '2024-10-21').

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_diagramB

Generate a diagram from Python code using the diagrams package DSL.

refresh_diagramC

Regenerate a diagram from updated code (app-only tool).

get_diagram_examplesC

Get example diagram code for the specified diagram type.

list_iconsB

List available diagram icons organized by provider and service.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_diagram_viewerServe the interactive diagram viewer HTML app.

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: generating diagrams, fetching examples, listing icons, and refreshing. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, making the set predictable and easy to navigate.

Tool Count4/5

With 4 tools, the set is well-scoped for generating and managing diagrams, though slightly thin for a full lifecycle.

Completeness3/5

Core operations are covered, but missing features like editing, exporting, or deleting diagrams create gaps that agents may need to work around.

Maintenance

ActivityInactive
ResponsivenessNo issues