sora-ui-mcp
MCP server for Sora UI, exposing tools to search docs, list registry components, and get component code/usage info for AI coding assistants.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Docs: Search the documentation by keyword or phrase. Returns a ranked list of matching pages with relevant excerpts.
- Get Page: Retrieve the full content of a documentation page by its slug or URL path. Returns the page as markdown.
- List Sections: List the documentation structure showing all sections and their page counts. Use this to discover what documentation is available before searching.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
MCP server for Sora UI, exposing tools to search docs, list registry components, and get component code/usage info for AI coding assistants.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| search_docs | Search the documentation by keyword or phrase. Returns a ranked list of matching pages with relevant excerpts. |
| get_page | Retrieve the full content of a documentation page by its slug or URL path. Returns the page as markdown. |
| list_sections | List the documentation structure showing all sections and their page counts. Use this to discover what documentation is available before searching. |
| list_components | List installable Sora UI components and hooks from the registry, with short descriptions. Use get_component_info for install details on a specific component. |
| get_component_info | Get the install command, dependencies, and file targets for a specific Sora UI component or hook by name. |
| get_component_code | Get the full source code for a specific Sora UI component or hook by name, ready to paste in without running the install CLI. |