Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_VERIFYNoVerify SSL certificates (as needed)
GITHUB_TOKENNoGitHub personal access token (recommended to avoid rate limits)
PROJECT_ROOTYesLocal project root that the server is allowed to access (security boundary)
KROKI_TIMEOUTNoKroki request timeout in seconds20
KROKI_BASE_URLYesThe base URL for the Kroki API (e.g. https://kroki.io)
MAX_FILE_CHARSNoMax characters to read from a file (prevents huge reads)200000
DIAGRAM_OUT_DIRNoWhere to save PNGs (must be inside PROJECT_ROOT)diagrams

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_filesD
read_fileD
render_mermaidD

Prompts

Interactive templates invoked by user choice

NameDescription
generate_mermaid_canonicalStrict unified prompt: generates Mermaid flowcharts using ONLY the canonical style mermaid://styles/blue-flowchart. Supports GitHub repositories, local projects, OR user-provided content. Always renders PNG via render_mermaid.

Resources

Contextual data attached and managed by the client

NameDescription
blue_flowchart_styleCanonical blue Mermaid flowchart style

TDQS

C2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list_files enumerates files, read_file retrieves content, and render_mermaid processes Mermaid diagrams. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming (list_files, read_file, render_mermaid). The naming is predictable and readable throughout the set.

Tool Count3/5

With only 3 tools, the set feels minimal for a Mermaid server. While it covers basic operations (list, read, render), it might be too thin for advanced use cases like editing or managing diagrams, though it is reasonable for a lightweight server.

Completeness4/5

The tools provide core functionality for working with Mermaid files: listing, reading, and rendering. However, there are minor gaps such as no tools for creating, updating, or deleting files, which could limit agent workflows in more complex scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues