Back to Apps

MegaMind
by michaelneale
Cross-agent memory system that allows AI agents to search conversation histories across different platforms.
0 stars
Works in:CursorCodexGoose
Exposes:Tools
What it does
MegaMind solves the problem of fragmented memory across multiple AI coding agents. It provides a centralized way for agents to recall what was discussed in other sessions, whether they occurred in Goose, Claude Code, Pi, Codex, Gemini, Amp, or OpenCode, ensuring consistency and continuity in complex development workflows.
Tools
- remember: The primary tool for searching across all connected agent conversation histories using keywords, date ranges, and specific source filters.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"remember": {
"command": "remember",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
- cursor
- codex
- goose
Quick install
cargo install --git https://github.com/michaelneale/megamind.gitInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Install via Agent Skill as per READMECursor
Add remember mcp to mcp.jsonClaude Desktop
{"mcpServers": {"remember": {"command": "remember", "args": ["mcp"]}}}





