Skip to main content
Glama

shadcn-vue-mcp

component-builder

Generate and retrieve documentation for UI components and charts to prepare for integration into your codebase. Edit or add files to incorporate the returned snippets into your project.

Instructions

Retrieve documentation for all filtered components and charts to prepare for component generation, This tool ONLY returns the text snippet for that UI component. After calling this tool, you must edit or add files to integrate the snippet into the codebase.

Input Schema

NameRequiredDescriptionDefault
chartsYescharts from components-filter tool
componentsYescomponents from components-filter tool
iconNoicon module of the componentlucide

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "charts": { "description": "charts from components-filter tool", "items": { "$ref": "#/properties/components/items" }, "type": "array" }, "components": { "description": "components from components-filter tool", "items": { "additionalProperties": false, "properties": { "justification": { "type": "string" }, "name": { "type": "string" }, "necessity": { "enum": [ "critical", "important", "optional" ], "type": "string" } }, "required": [ "name", "necessity", "justification" ], "type": "object" }, "type": "array" }, "icon": { "default": "lucide", "description": "icon module of the component", "enum": [ "@nuxt/icon", "lucide" ], "type": "string" } }, "required": [ "components", "charts" ], "type": "object" }

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/HelloGGX/shadcn-vue-mcp'

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