home / mcp / enhanced mcp memory mcp server
Provides intelligent memory, task management, and project convention learning for MCP clients.
Configuration
View docs{
"mcpServers": {
"cbunting99-enhanced-mcp-memory": {
"command": "uvx",
"args": [
"enhanced-mcp-memory"
],
"env": {
"LOG_LEVEL": "INFO",
"MAX_MEMORY_ITEMS": "1000",
"ENABLE_AUTO_CLEANUP": "true"
}
}
}
}Retrieve memories and context relevant to a query or topic.
Create a new task with a title, description, priority, and category.
List tasks filtered by status with optional limit.
Get a comprehensive overview of the current project.
Begin a structured thinking chain for a given objective.
Add a thinking step with stage, title, content, and reasoning.
Retrieve the full thinking chain for a given chain.
List recent thinking chains for review.
Compress context into a concise summary with key points, decisions, and actions.
Begin a new chat session with a title and objective, optionally continuing from a previous session.
Compress the current session for handoff to another context.
Obtain a token-optimized version of the current context.
Estimate token usage for planning and budgeting.
Automatically extract memories and tasks from conversations.
Break a complex task into subtasks.
Automatically detect and learn project conventions from a path.
Return a formatted summary of learned conventions.
Propose project-appropriate command corrections.
Manually store project patterns for future references.
Refresh memory context with the latest project conventions.
Check server health and connectivity.
Retrieve detailed performance metrics.
Remove memories and tasks older than a specified threshold.
Remove duplicates and optimize storage.
Provide comprehensive database statistics.