Skip to main content
Glama
xarl3z

magzdown-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAGZDOWN_AUTO_OPENNoSet to 1 to also open the document link in your browser.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_in_magzdownA

Render markdown as a typeset, paginated document at a Magzdown URL. Returns the link; hand it to the user as a markdown link instead of pasting the raw markdown. The document is encoded in the URL, nothing is uploaded, so the link is the document: anyone holding it can read the content. Ask the user before creating a link, and do not encode secrets, personal data, or material marked confidential. Keep markdown under about 100 KB.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusing it with another tool. Its purpose is singular and clearly defined.

Naming Consistency5/5

With a single tool, the naming is inherently consistent. The name open_in_magzdown clearly indicates an action and a target context.

Tool Count3/5

A single tool is borderline for a server; it is focused but minimal. It may be sufficient for a very narrow purpose, but it feels thin compared to typical MCP servers.

Completeness4/5

The tool fully covers the apparent core purpose of rendering markdown to a Magzdown link. There is no explicit need for additional operations, though some validation or configuration options could be considered minor gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues