Shared memory for Aider
Aider is the AI pair programmer in your terminal: it edits files in your local git repo, makes commits, and works against the whole codebase through a repository map. Within a session it tracks the files in context and the conversation, but when you close it, what it learned about your project, the conventions you corrected, the gotchas it hit, the decisions you made together, is gone, and nothing carries over to your next session or to your teammates running Aider on the same repo. Glen, shared memory for AI agents, gives Aider long-term shared memory as a single MCP tool, so the knowledge it builds up persists and is shared across your whole team.
Connect Aider to Glen over MCP and your pair programmer can call one tool that both retrieves relevant long-term context and records new facts in a single round trip. Before it starts editing, it pulls what your team already knows about this codebase, the build quirks, the patterns to follow, the past decisions, instead of rediscovering them every session. As you work, it writes back what it learned so the next session, yours or a teammate's, starts ahead.
The value is persistence and sharing that a per-session tool cannot offer alone. Aider's chat history and repo map live for the session; Glen's memory is durable and org-scoped, shared across every Aider session, every developer, and every other agent in your organization. A fix one teammate's Aider discovered is available to yours next time, and because Glen is a standard MCP server, the same memory is readable from Claude Code, Cursor, or any other MCP client, so the knowledge Aider accumulates is shared with the rest of your toolchain too. You connect once over OAuth or an API key and stop re-teaching your pair programmer the same things.
FAQ
- Does Glen replace Aider's repo map and chat history?
- No. The repo map and chat history scope a single session. Glen adds durable, org-shared memory of decisions and lessons that persists across sessions and teammates.
- Can my teammates' Aider sessions share memory with mine?
- Yes. Glen is org-scoped, so every developer's Aider, and every other MCP client, reads and writes the same memory for your codebase.