sirro
Shared memory for AI coding agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| 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. |