We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krutikkkkkkkkk/shadcn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copilot-instructions.md•816 B
# Copilot Instructions for shadcn MCP Server
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file -->
This is an MCP server for shadcn/ui components.
## Key Instructions
- Use TypeScript with proper type definitions
- Follow shadcn/ui conventions and best practices
- Ensure all MCP tools have clear descriptions and parameter schemas
- Use Zod for schema validation
- Reference: https://modelcontextprotocol.io/llms-full.txt
## shadcn/ui Guidelines
- Components are copied into projects, not installed as dependencies
- Each component has specific installation steps and dependencies
- Always provide accurate installation commands and import statements