Skip to main content
Glama
swastiksingh-dev

aura-components-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AURA_RETRIESNoOptional tuning environment variable. Number of retries.2
AURA_MAX_LIMITNoOptional tuning environment variable. Maximum result limit.25
AURA_CODE_CHARSNoOptional tuning environment variable. Character limit for code content.12000
AURA_TIMEOUT_MSNoOptional tuning environment variable. Request timeout in milliseconds.12000
AURA_CACHE_TTL_MSNoOptional tuning environment variable. Cache TTL in milliseconds (0 disables).60000
AURA_CONTENT_CHARSNoOptional tuning environment variable. Character limit for content.12000
AURA_DEFAULT_LIMITNoOptional tuning environment variable. Default result limit.10
AURA_FREE_ONLY_DEFAULTNoOptional tuning environment variable. Whether results default to free-only.true
AURA_SUPABASE_ANON_KEYNoIf Aura rotates its public key, set AURA_SUPABASE_ANON_KEY and rebuild; nothing else changes.

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
aura_statusA

Catalogue health plus free counts (components, skills, assets, design systems). Free only, no login. Start here.

aura_search_componentsB

Search free Aura UI components (2,495). Text over title and description, optional category tag, sorts.

aura_get_componentB

Full free component detail with HTML/Tailwind source, preview image, page URL. Numeric id or slug.

aura_search_skillsA

Search free Aura agent skills (187). Metadata only; use aura_get_skill for the full SKILL.md content.

aura_get_skillC

Full free agent-skill content (SKILL.md body) plus source_url and page URL. Skill id.

aura_search_assetsC

Search free Aura assets (images and video). Keywords, media_type image or video.

aura_search_design_systemsA

Search free Aura DESIGN.md systems (725). Metadata only; use aura_get_design_system for content.

aura_get_design_systemB

Full free DESIGN.md content plus preview_html, tokens, and page URL. System id or slug.

aura_search_allC

One call across components, skills, assets, and design systems in parallel. Free only.

aura_recommendB

Starter kit for a goal: top free components, skills, design systems, and assets with page URLs and rationale.

aura_install_componentB

Paste-ready setup for a free component: dependency list, setup steps, file map, fonts. Goes beyond the official Aura MCP, which only reads project source.

aura_install_skillC

Save-and-load plan for a free skill: where to put SKILL.md per client plus upstream source.

aura_use_design_systemC

Apply a free DESIGN.md system: token starter CSS plus copy order (tokens first, then markup).

aura_trendingB

What is new and popular across the free catalogue: top components, skills, assets, design systems in one call.

aura_categoriesA

The 13 component categories with live free counts. Pick one, then search within it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 15 tools

Disambiguation5/5

Each tool has a distinct action/resource: status, per-type search/get, cross-catalogue search/recommend/trending, install/use helpers, and categories. The aggregate tools (search_all, recommend, trending) overlap in breadth but are differentiated by intent and description, so misselection is unlikely.

Naming Consistency4/5

All tools use the aura_ prefix and snake_case, with clear noun/verb components. Most follow verb_noun (search_components, get_skill, install_component), but a few are noun-only (status, trending, categories), a minor deviation.

Tool Count5/5

15 tools cover four resource types plus discovery, recommendation, installation, and usage helpers. This is at the upper end of the ideal 3–15 range but each tool maps to a distinct workflow step, so no filler is apparent.

Completeness4/5

The surface supports discovery, retrieval, recommendation, installation, and application across components, skills, and design systems. Assets only have search (no get/install detail), and there is no generic asset download/apply tool, a minor gap for a read-only catalogue.

Maintenance

ActivityMaintained
ResponsivenessNo issues