Skip to content

Memory Journal

Free

by MCP Community

Project context management for AI-assisted development - Persistent knowledge graphs and intelligent context recall across fragmented AI threads

v7.4.0Added Apr 12, 2026
mcpcontext-managementproject-managementai-assistantknowledge-graph
Works with:ClaudeGPTGeminiCopilot

Memory Journal MCP Server

Project context management for AI-assisted development - Persistent knowledge graphs and intelligent context recall across fragmented AI threads

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y memory-journal-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "memory-journal": {
      "command": "npx",
      "args": ["-y", "memory-journal-mcp"]
    }
  }
}