-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Temp edited this page Oct 9, 2025
·
68 revisions
Welcome to the complete documentation for Memory Journal MCP Server v1.1.3!
- Installation - PyPI, Docker, and source installation
- Quick Start Guide - Get up and running in 2 minutes
- Configuration - Database paths, security, environment variables
- Tools Reference - Complete guide to all 15 MCP tools
- Prompts Guide - 8 interactive workflow prompts
- Relationship Visualization - Generate Mermaid graphs
- Search Guide - FTS5, date range, and semantic search
- Examples & Tutorials - Real-world usage patterns
- Architecture - System design and implementation
- Database Schema - Tables, relationships, and indexes
- Performance - Optimization and best practices
- Security - Input validation, WAL mode, Docker hardening
- Git Integration - Auto-context capture
- Semantic Search - ML-powered similarity
- Entry Relationships - Building knowledge graphs
- Data Export - JSON and Markdown formats
Memory Journal is an MCP server that captures your development work as structured journal entries with automatic project context. Think of it as a scrapbook for your projects that understands Git, GitHub issues, and the relationships between your work.
🛠️ 15 MCP Tools
- Complete CRUD operations
- Triple search system (FTS5 + date + semantic)
- Entry relationships and visualization
- Analytics and goal tracking
- Data export (JSON/Markdown)
🎯 8 Workflow Prompts
- Daily standups
- Sprint retrospectives
- Weekly digests
- Period analysis
- Goal tracking
- Context bundles
🔗 Entry Relationships
- Link entries with typed relationships
- Generate visual Mermaid graphs
- Track how ideas evolve
- Build knowledge graphs
📊 Comprehensive Analytics
- Entry statistics by type
- Tag usage tracking
- Activity patterns (day/week/month)
- Significant milestone tracking
🔍 Triple Search System
- Full-text - SQLite FTS5 with highlighting
- Date range - Time-based filtering with tags
- Semantic - FAISS vector similarity
- Log technical achievements and breakthroughs
- Track bug fixes and debugging sessions
- Document architecture decisions
- Capture "aha!" moments
- Prepare daily standups from recent entries
- Generate sprint retrospectives
- Share context bundles with teammates
- Track project milestones
- Reflect on learning and growth
- Track career milestones
- Document thought processes
- Build a knowledge base
- Link related work items
- Visualize project dependencies
- Track goal progress
- Generate weekly summaries
This wiki is organized into logical sections:
- Getting Started - Installation and configuration
- Core Features - Tools, prompts, and search
- Advanced Features - Relationships, visualization, analytics
- Technical Details - Architecture, schema, performance
- Examples - Real-world usage patterns
Each page includes code examples, screenshots, and best practices.
- GitHub Repository - Source code
- Docker Hub - Container images
- PyPI Package - Python package
- MCP Registry - Official listing
- AI Documentation Search - Search all 151 tools across all MCP servers
- Issues & Support - Bug reports
Ready to begin? Start with the Installation Guide or jump straight to the Quick Start Guide!
Questions? Check out the Examples page for common patterns and use cases.