Best for
- Developers working on large projects who need persistent AI memory.
- Teams want to integrate IDE agents and GitHub Copilot with shared context.
- Engineers managing multiple repositories who need unified project intelligence.
Memory Journal MCP Server is a powerful, feature-rich tool for developers and teams that need persistent context and GitHub integration. It has extensive security features, but careful configuration is required.
Memory Journal MCP Server is an MCP server that provides project-level long-term memory for AI agents. It maintains persistent knowledge graphs to pass context seamlessly between AI sessions, eliminating "AI amnesia." Features include GitHub integration (issues, PRs, Actions, Kanban, milestones, etc.), dynamic project detection, hybrid search (keyword + semantic + date range), knowledge graph visualization, team collaboration (shared database + vector search + cross-project insights), Hush Protocol (async flags), and adaptive session briefings. It offers 70+ tools, 19 prompts, and 46 resources, plus a Code Mode that saves up to 90% tokens. Built with TypeScript, SQLite, and local embedding models, it is local-first and privacy-conscious.
npm install -g memory-journal-mcpmcpServers in your MCP client config (e.g., Claude Desktop, Cursor).docker run -i --rm -v ./data:/app/data writenotenow/memory-journal-mcp:latest.{
"mcpServers": {
"memory-journal-mcp": {
"command": "memory-journal-mcp",
"env": {
"GITHUB_TOKEN": "ghp_your_token_here",
"PROJECT_REGISTRY": "{\"my-repo\":{\"path\":\"/path/to/your/git/repo\",\"project_number\":1}}",
"ALLOWED_IO_ROOTS": "/path/to/your/git/repo"
}
}
}
}