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').

Capabilities

Features and capabilities supported by this server

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.

Latest Blog Posts

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/Jah-yee/diagrams-mcp-server'

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