Skip to main content
Glama
Alexcs24

Medusa.js Documentation MCP Server

by Alexcs24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging. Set to '1' or 'true'.
MEDUSA_DOCS_PATHNoAbsolute path to the documentation file. Defaults to the included docs/medusa-docs.txt.

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
search_docsB

Search Medusa.js documentation for specific topics

get_sectionB

Get a specific documentation section by title or path

list_sectionsB

List all available documentation sections

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing sections, retrieving a specific section, and searching content. No overlap exists.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (get_section, list_sections, search_docs), making naming predictable.

Tool Count5/5

3 tools is well-scoped for a documentation server, covering essential operations without being too few or excessive.

Completeness4/5

The set covers listing, retrieving, and searching documentation, leaving minor gaps like filtering or navigation structure.

Maintenance

ActivityInactive
ResponsivenessNo issues