MegaMemory and memory-journal-mcp
Both tools are implementations of a persistent project knowledge graph on an MCP server for coding agents, indicating they are competitors offering similar functionality.
About MegaMemory
0xK3vin/MegaMemory
Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.
Uses in-process ONNX embeddings (all-MiniLM-L6-v2) and SQLite with WAL for zero-dependency semantic search and persistence. Operates as an MCP stdio server integrated with Claude Code, OpenCode, Antigravity, and Codex, with built-in two-way merge conflict resolution for collaborative knowledge graph management across branches. The LLM itself acts as the indexer—concepts are stored in natural language rather than parsed code symbols—enabling agents to update the graph after each task and query semantic context before starting new ones.
About memory-journal-mcp
neverinfamous/memory-journal-mcp
MCP Server for AI Context + Project Intelligence. Overcome Disconnected AI Sessions with Persistent Project Memory, Automatic Session Briefing & Summation, Triple Search, Knowledge Graphs, GitHub Integration (Actions, Insights, Issues, Kanban, Milestones, and PRs), Automated Scheduling, 42 Tools, Tool Filtering, and HTTP/SSE & stdio Transport.
Persists project context across AI sessions using SQLite with full-text and semantic vector search (HuggingFace transformers + sqlite-vec), enabling agents to auto-brief from history and hand off context via structured session summaries. Provides 61 MCP tools organized in 10 groups including GitHub Commander for automated issue triage, PR review, and audit workflows, plus dynamic multi-repo routing via PROJECT_REGISTRY for managing multiple projects with a single server instance. Architecture emphasizes structured error handling with classification codes and recovery hints for agent reliability, backed by 96.7% test coverage and Alpine Docker deployment.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work