Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DS_CANON_FIXTURESNoPath to a directory containing tokens.json, components.json, and conventions.md. If not set, the bundled Nimbus DS fixtures are used.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tokensA

What tokens exist? Lists design tokens, optionally filtered by group, status, or a case-insensitive substring match on name and description.

get_tokenA

What is this token and who uses it? Returns full token detail plus the components that consume it, by exact name.

list_componentsA

What components exist? Lists component names, status, tags, and summaries, optionally filtered by status or tag.

get_componentA

What does this component look like? Returns full component detail: props, variants, tokens it consumes, and anti-pattern guidance, by exact name.

find_usagesA

What breaks if I change this? Reverse-dependency lookup for a token or component, by exact name.

whats_deprecatedA

What should I stop using? Lists every deprecated token and component, its migration target, and how many active entities still depend on it.

get_conventionsB

What are the house rules? Returns naming, spacing, color, accessibility, or deprecation conventions, optionally filtered to one topic.

check_token_driftA

Does this code drift from the token system? Scans a snippet for hardcoded hex colors and px values and suggests the matching or nearest token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/jtrainer357/ds-canon'

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