Memorix
by AVIDS2
Cross-agent persistent memory layer for coding agents with Git-integrated engineering memory.
What it does
Memorix provides a shared, durable memory layer across different IDEs and AI agents. It transforms Git commits into searchable engineering memory and stores reasoning history, ensuring that context is preserved across sessions and tools.
Tools
memorix_store: Persists a new memory, decision, or observation.memorix_search: Retrieves memories based on a query, with project or global scoping.memorix_detail: Fetches detailed information about a specific memory entry.memorix_timeline: Provides a chronological view of project memories.memorix_resolve: Resolves memory references to provide concrete context.
Installation
Install globally via npm:
npm install -g memorix
Then add to your MCP config:
{
"mcpServers": {
"memorix": {
"command": "memorix",
"args": ["serve"]
}
}
}
Supported hosts
- Cursor, Claude Code, Codex, Windsurf, Gemini CLI, GitHub Copilot, Kiro, OpenCode, Antigravity, Trae
Quick install
npm install -g memorixInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






