Provides integration with GitHub for issue tracking and discussions, with links to the project's GitHub repository for support and contributions.
Provides cross-platform support including Linux for deployment of the MCP server with memory and task management capabilities.
Supports deployment on macOS systems with full functionality for memory management and task tracking.
Built with Python, offering cross-platform compatibility and pythonic interfaces for memory and task management tools.
Uses SQLite for reliable file-based storage with automatic schema migrations, comprehensive indexing, and built-in backup and optimization tools.
Enhanced MCP Memory
⚡ Optimized for Claude Sonnet 4 - This MCP server works best with Claude Sonnet 4 for optimal performance and AI-powered features.
An enhanced MCP (Model Context Protocol) server for intelligent memory and task management, designed for AI assistants and development workflows. Features semantic search, automatic task extraction, knowledge graphs, and comprehensive project management.
✨ Key Features
🧠 Intelligent Memory Management
- Semantic search using sentence-transformers for natural language queries
- Automatic memory classification with importance scoring
- Duplicate detection and content deduplication
- File path associations for code-memory relationships
- Knowledge graph relationships with automatic similarity detection
📋 Advanced Task Management
- Auto-task extraction from conversations and code comments
- Priority and category management with validation
- Status tracking (pending, in_progress, completed, cancelled)
- Task-memory relationships in knowledge graph
- Project-based organization
🔧 Enterprise Features
- Performance monitoring with detailed metrics
- Health checks and system diagnostics
- Automatic cleanup of old data and duplicates
- Database optimization tools
- Comprehensive logging and error tracking
🚀 Easy Deployment
- uvx compatible for one-command installation
- Zero-configuration startup with sensible defaults
- Environment variable configuration
- Cross-platform support (Windows, macOS, Linux)
🏗️ Project Structure
🚀 Quick Start
Option 1: Using uvx (Recommended)
Option 2: Manual Installation
Option 3: Development Setup
⚙️ MCP Configuration
Add to your MCP client configuration:
For uvx installation:
For local installation:
🛠️ Available Tools
Core Memory Tools
get_memory_context(query)
- Get relevant memories and contextcreate_task(title, description, priority, category)
- Create new tasksget_tasks(status, limit)
- Retrieve tasks with filteringget_project_summary()
- Get comprehensive project overview
System Management Tools
health_check()
- Check server health and connectivityget_performance_stats()
- Get detailed performance metricscleanup_old_data(days_old)
- Clean up old memories and tasksoptimize_memories()
- Remove duplicates and optimize storageget_database_stats()
- Get comprehensive database statistics
🔧 Configuration Options
Configure via environment variables:
Variable | Default | Description |
---|---|---|
LOG_LEVEL | INFO | Logging level (DEBUG, INFO, WARNING, ERROR) |
MAX_MEMORY_ITEMS | 1000 | Maximum memories per project |
CLEANUP_INTERVAL_HOURS | 24 | Auto-cleanup interval |
ENABLE_AUTO_CLEANUP | true | Enable automatic cleanup |
MAX_CONCURRENT_REQUESTS | 5 | Max concurrent requests |
REQUEST_TIMEOUT | 30 | Request timeout in seconds |
🧪 Testing
Run the test suite to verify functionality:
📊 Performance & Monitoring
The server includes built-in performance tracking:
- Response time monitoring for all tools
- Success rate tracking with error counts
- Memory usage statistics
- Database performance metrics
- Automatic health checks
Access via the get_performance_stats()
and health_check()
tools.
🗄️ Database
- SQLite for reliable, file-based storage
- Automatic schema migrations for updates
- Comprehensive indexing for fast queries
- Built-in backup and optimization tools
- Cross-platform compatibility
Default location: ./data/mcp_memory.db
🔍 Semantic Search
Powered by sentence-transformers for intelligent memory retrieval:
- Natural language queries - "Find memories about database optimization"
- Similarity-based matching using embeddings
- Configurable similarity thresholds
- Automatic model downloading (~90MB on first run)
📝 Logging
Comprehensive logging system:
- Daily log rotation in
./logs/
directory - Structured logging with timestamps and levels
- Performance tracking integrated
- Error tracking with stack traces
🤝 Contributing
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request
📄 License
MIT License - see LICENSE file for details.
🆘 Support
- Issues: GitHub Issues
- Documentation: README
- Discussions: GitHub Discussions
🏷️ Version History
- v1.2.0 - Enhanced MCP server with performance monitoring and health checks
- v1.1.0 - Added semantic search and knowledge graph features
- v1.0.0 - Initial release with basic memory and task management
This server cannot be installed
An enhanced MCP server that provides intelligent memory and task management for AI assistants, featuring semantic search, automatic task extraction, and knowledge graphs to help manage development workflows.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -321,06292TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1159TypeScript
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -79TypeScript
- AsecurityAlicenseAqualityA powerful MCP server that provides interactive user feedback and command execution capabilities for AI-assisted development, featuring a graphical interface with text and image support.Last updated -132PythonMIT License