CogmemAi
JSON →Persistent cognitive memory for Claude Code. Cloud-based semantic search, Ai-powered extraction, project scoping, and compaction recovery.
Install
npx cogmemai-mcp Tools · 35
- preflight Think Before You Speak. Fast recall to check prior context before making any suggestion
- save_memory Store a fact explicitly (architecture decision, preference, etc.)
- recall_memories Search memories using natural language (semantic search)
- extract_memories Ai extracts facts from a conversation exchange automatically
- get_project_context Load top memories at session start (with smart ranking, health score, and session replay)
- list_memories Browse memories with filters (paginated, with untyped filter)
- update_memory Update content, importance, scope, type, category, subject, and tags
- delete_memory Permanently delete a memory
- bulk_delete Delete up to 100 memories at once
- bulk_update Update up to 50 memories at once (content, type, category, tags, etc.)
- get_usage Check your usage stats and tier info
- export_memories Export all memories as JSON for backup or transfer
- import_memories Bulk import memories from a JSON array
- ingest_document Feed in a document (README, API docs) to auto-extract memories
- save_session_summary Save a summary of what was accomplished in this session
- list_tags View all tags in use across your memories
- link_memories Connect related memories with named relationships
- get_memory_links Explore the knowledge graph around a memory
- get_memory_versions View edit history of a memory
- get_analytics Memory health dashboard with self-tuning insights (filterable by project)
- promote_memory Promote a project memory to global scope
- consolidate_memories Merge related memories into comprehensive summaries using Ai
- save_task Create a persistent task with status and priority tracking
- get_tasks Retrieve tasks for the current project — pick up where you left off
- update_task Change task status, priority, or description as you work
- save_correction Store a 'wrong approach → right approach' pattern to avoid repeated mistakes
- set_reminder Set a reminder that surfaces at the start of your next session
- get_stale_memories Find memories that may be outdated for review or cleanup
- get_file_changes See what files changed since your last session
- feedback_memory Signal whether a recalled memory was useful or irrelevant to improve future recall
- generate_skills Trigger skill generation from your corrections and preferences — or preview candidates with dry run
- save_rule Save a mandatory rule that surfaces in every session — bypasses all scoring and decay
- list_rules List all mandatory rules for the current project and/or globally
- delete_rule Delete a mandatory rule by ID
- extract_principles Trigger Wisdom Engine to detect factual patterns across memory clusters
Environment variables
COGMEMAI_API_KEYCOGMEMAI_API_URLCOGMEMAI_ENCRYPTION_KEY
Links
★ 6 GitHub stars