sirro
Shared memory for AI coding agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Sirro Open: Open the Sirro assets dashboard in the browser to browse saved components, copy names, and view previews. Call this when the user says 'Open Sirro' or wants to browse their library.
- Sirro Save: Save code or a link to your Sirro library for reuse in other projects. Call this tool immediately when the user asks to save something. This hosted server cannot read files from the agent'
- Sirro Get: Retrieve a saved item by name. Use for a single name. For a list of names, a kit, or a recipe, use sirro_compose. If the name is unknown, call sirro_list first.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| sirro_open | Open the Sirro assets dashboard in the browser to browse saved components, copy names, and view previews. Call this when the user says 'Open Sirro' or wants to browse their library. |
| sirro_save | Save code or a link to your Sirro library for reuse in other projects. Call this tool immediately when the user asks to save something. This hosted server cannot read files from the agent's disk. Pass the full source in code. |
| sirro_get | Retrieve a saved item by name. Use for a single name. For a list of names, a kit, or a recipe, use sirro_compose. If the name is unknown, call sirro_list first. |
| sirro_list | List saved assets in the library (names and metadata only, no code bodies), plus kits and recipes. Use when the user asks what is saved, or names a kind of asset without an exact name. |
| sirro_compose | Fetch named assets in one shot so they can be written into the current project. Call this when the user lists assets to build with, or names a kit or recipe. This hosted server cannot write files to disk. Return the assets and let the agent write them. Provide names, or kit, or recipe, not a mix. |
| sirro_save_bundle | Save a kit (named group of assets) or a recipe (ordered page of assets) to this workspace. Call this when the user asks to save a kit or a recipe, not for ordinary component saves (use sirro_save). |
| sirro_update | Update metadata for a saved asset in your Sirro library (name, category, tags, framework, project, description). Requires the asset id from a prior save or get. |