Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
helloA

Say hello — use this to test that the Salt MCP server is working

list-componentsA

List all available Salt Design System components. Returns component names from both core (stable) and lab (experimental) packages.

get-component-propsB

Get the props/API definition for a specific Salt component. Returns the TypeScript interface with JSDoc comments.

get-component-exampleA

Get Storybook example code for a Salt component. Returns the story source showing how to use the component.

search-componentsC

Search Salt components by keyword. Searches component names and directory names.

get-salt-docsA

Get Salt Design System documentation including usage guidelines, best practices, accessibility rules, and patterns. Use this to answer questions about how and when to use Salt components, design foundations (density, spacing, color, typography), and UI patterns (forms, navigation, search).

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 6 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity: get-component-example retrieves example code, get-component-props provides API definitions, get-salt-docs returns documentation, hello is a test tool, list-components enumerates components, and search-components performs keyword searches. There is no overlap in functionality that could cause misselection.

Naming Consistency4/5

The naming is mostly consistent with a verb_noun pattern (e.g., get-component-example, list-components, search-components), but the 'hello' tool deviates as a single-word, non-descriptive name. This minor inconsistency slightly reduces predictability, though the other tools follow a clear convention.

Tool Count5/5

With 6 tools, the count is well-scoped for a Salt Design System server, covering key operations like listing, searching, retrieving examples, props, and documentation, plus a test tool. Each tool earns its place without being excessive or insufficient for the domain.

Completeness4/5

The tool surface is largely complete for accessing Salt Design System resources, covering listing, searching, and retrieving examples, props, and documentation. A minor gap is the lack of tools for interactive operations like modifying or testing components, but core informational workflows are well-covered without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues