ds-canon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DS_CANON_FIXTURES | No | Path 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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