This gives Claude persistent memory that survives across conversations, which is exactly what you need if you're building agents that accumulate context over time. It connects to the CrowTerminal API to store and version chat history, documents, and project context, so your AI can pick up where it left off instead of starting fresh every session. Reach for this when you're prototyping creative projects, managing long-running research, or building automation workflows where the agent needs to remember decisions and evolve its understanding. The versioning means you can track how the context grows and roll back if needed. Works over stdio locally or HTTP for remote setups.
claude mcp add --transport stdio io.github.willnigri-crowterminal uvx crowterminal