MCP Servers / productivity / MIE - Memory Intelligence Engine

MIE - Memory Intelligence Engine

JSON →
stdionone42productivity

Persistent knowledge graph MCP server that gives AI agents shared memory across sessions and providers. Stores facts, decisions, entities, and events with typed relationships.

Install
How to run this server

No install command recorded.

server path: mie-memory-intelligence-engine
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
MIE - Memory Intelligence Engine — MCP Server · libregistry