Shared memory for CrewAI

CrewAI is built around crews of role-playing agents, a researcher, a writer, a reviewer, that collaborate to finish a task. The framework is great at orchestrating who does what, but the knowledge a crew produces tends to live only as long as the kickoff that created it. The next crew run, or a different crew entirely, starts cold, with no memory of what the last one discovered. Glen, shared memory for AI agents, gives your CrewAI agents a durable, organization-wide memory as a single MCP tool, so every crew reads from and writes to one shared store instead of relearning the same things each run.

Give your CrewAI agents access to Glen over MCP and any agent in a crew gains one tool that retrieves and records in a single round trip. Before a researcher agent goes hunting, it can pull what the organization already knows about the topic; when the crew finishes, the durable facts it produced are written back so the next crew does not have to rediscover them. You skip building a separate persistence layer and avoid the trap where each crew run is an island.

CrewAI's strength is multiple agents collaborating, and Glen extends that collaboration across time and across crews. Because the memory is org-scoped, a writer agent in one crew can draw on what a researcher agent in a previous crew recorded, and an entirely different crew, or a different framework, can read the same store. The knowledge compounds with every run instead of evaporating at the end of one. And because Glen is a standard MCP server, the memory your crews build is also readable from Claude Code, Cursor, or any other MCP client, so automated crews and human-driven agents share one source of truth. Connect once over OAuth or an API key and let the store grow.

FAQ

How does Glen relate to CrewAI's own memory features?
CrewAI's memory helps a crew within and across its own runs. Glen is org-wide shared memory that any crew, any agent, and any other MCP client in your organization reads and writes through one tool.
Can different crews share what they learn?
Yes. Glen memory is org-scoped, so facts one crew records are available to every other crew and agent in your organization the next time they run.