目录 / sirro
MCP
鉴权未知
未评级
已上架
sirro
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://sirro--jonathanmberg94.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"sirro": {
"url": "https://sirro--jonathanmberg94.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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 the user's requested asset into Sirro. Use for requests such as 'save this to Sirro as X', 'remember this in Sirro', or 'add this to Sirro'. For pasted or supplied code, call this tool immediately with name, type: code, and the exact code. No files, manifest, styleSpec, or captureMode are required. This also applies to whole components, sections, and animations copied from websites. Do not read the current project, install packages, compile CSS, reconstruct dependencies, or modify the supplied code just to save it. Resolve imports and styling in the destination project only when the user asks to use the saved asset. When the user instead asks to capture something in their project without supplying code, capture its source files and requirements. Save the supplied files with whatever requirements are available; missing imports or CSS are recorded for reuse and never require a pre-save build. Preserve the exact markup, text, styling, animation timing, easing, keyframes, and interactions. A URL alone saves a link; a screenshot does not provide the original source. |
| sirro_get | Immediately retrieve one exact named Sirro asset when the user says fetch, use, add, or implement it from Sirro. Do not search local folders, projects, tasks, or the web first. Return the complete stored files, dependencies, styles, and fidelity data; the implementation must be reproduced exactly, not approximated or redesigned. 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。