
registry
Browse and install Crucible's animated React components into shadcn-style projects.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Browse and install Crucible's animated React components into shadcn-style projects.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| search_registry | Search Crucible's animated React components by keyword, category, or tier. Returns names, descriptions, and dependencies. Use get_component to fetch source. |
| get_component | Fetch the full TypeScript source of a Crucible component, ready to drop into a shadcn-style project. Pro components require an Authorization: Bearer <CRUCIBLE_TOKEN> header (get a token at https://crucibleui.com/account). |
| install_instructions | How to install a Crucible component into a project: shadcn CLI command, registry config, and npm dependencies. |
| get_usage | Show how to USE a Crucible component correctly: a worked example (its demo source) plus the conventions that make it render — notably the `relative isolate` wrapper that background components require. Call this before writing integration code so the install actually renders. |