Memory for Claude Code across projects
Use one Sirro library to save named assets with Claude Code and retrieve them in later sessions or repositories.
Why coding agents need memory
Valuable work often dies in chat logs. Coding agents forget decisions, code, and reusable components between sessions and projects, so developers rebuild work that already exists.
How Sirro solves it
- Save assets deliberately. Choose the code, component, animation, prompt, pattern, or link worth keeping and give it a clear name.
- Retrieve across projects and agents. Ask a connected coding agent for the saved asset by name from another repository or session.
- MCP native. Sirro exposes save, retrieve, list, compose, and update tools through its remote MCP server.
Claude Code MCP install
Add the remote Sirro MCP server. Your coding client opens Sirro so you can sign in and allow access to a library.
claude mcp add --transport http --scope user sirro https://www.sirro.dev/mcpSirro closed beta
Sirro is currently in closed beta. Open the beta access page.
Frequently asked questions
Can Claude Code remember code from another project?
Claude Code can retrieve code that you deliberately saved to Sirro. The asset is stored outside the original repository and remains available by name.
Does Sirro store every Claude Code conversation?
No. Sirro is not a chat archive. You choose which components, animations, prompts, patterns, or links should become reusable assets.
Can Claude Code save and retrieve animated components?
Yes. A complete save can include source files, styles, dependencies, timing, easing, and interaction details. Claude Code can retrieve that saved implementation in another project.
How is Claude Code connected to the library?
Add the Sirro HTTP MCP server with the command shown above. Claude Code opens Sirro for browser sign in and permission approval.
Related Sirro pages
Sirro home, Shared memory for Cursor, Persistent memory for Codex, External memory for AI coding agents, Shared context for coding agents, An MCP memory server for coding agents.
