Skip to main content
Glama

shadcn-vue-mcp

component-usage-doc

Access detailed usage documentation for shadcn-vue components by specifying the component type and name. Simplify development with clear instructions and examples.

Instructions

read usage doc of a component, Use this tool when mentions /doc.

Input Schema

NameRequiredDescriptionDefault
nameYesname of the component in lowercase
typeYestype of the component

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "name of the component in lowercase", "type": "string" }, "type": { "description": "type of the component", "enum": [ "components", "charts" ], "type": "string" } }, "required": [ "type", "name" ], "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