MIE - Memory Intelligence Engine
JSON →Persistent knowledge graph MCP server that gives AI agents shared memory across sessions and providers. Stores facts, decisions, entities, and events with typed relationships.
Tools · 12
- mie_analyze Surfaces related context before storing — the agent decides what's worth remembering
- mie_store Writes facts, decisions, entities, events, and relationships to the graph
- mie_bulk_store Batch store up to 50 nodes with cross-references — ideal for importing knowledge from files or git history
- mie_get Retrieve a single memory node by ID with full details
- mie_query Semantic search, exact lookup, or graph traversal across all node types
- mie_list List and filter nodes with pagination
- mie_update Invalidate outdated facts, update statuses — with full history preserved
- mie_delete Remove nodes with cascade (embedding + edges) or remove individual relationships
- mie_conflicts Detect contradictions in stored knowledge
- mie_export Export the full graph as JSON or Datalog
- mie_repair Rebuild HNSW indexes and clean orphaned embeddings
- mie_status Graph health, node counts, usage metrics
Links
★ 42 GitHub stars