EMMS - Enhanced Memory Management System

Created By
Shehzad Ahmed3 months ago
Cognitive memory system for AI agents with 129 MCP tools. Persistent hierarchical memory, emotional recall, knowledge graphs, spreading activation, hybrid retrieval (BM25+RRF), metacognition, goal tracking, spaced repetition, dream consolidation, and more.
Overview

EMMS - Enhanced Memory Management System

Cognitive memory for AI agents. 129 MCP tools. MIT License.

Install

pip install emms-mcp
# or
npx -y emms-mcp
# or
uvx emms-mcp

Configuration

{
  "mcpServers": {
    "emms": {
      "command": "uvx",
      "args": ["emms-mcp"]
    }
  }
}

Tool Categories (129 tools)

  • Storage: store, store_batch, load, save
  • Retrieval: retrieve, hybrid_retrieve, adaptive_retrieve, plan_retrieve, affective_retrieve, spotlight_retrieve, associative_retrieve
  • Knowledge Graph: build_association_graph, graph_communities, spreading_activation, export_graph_dot, export_graph_d3
  • Reflection: reflect, dream, synthesize_wisdom, abstract_principles
  • Emotions: current_emotion, regulate_emotions, mood_trend, emotional_landscape
  • Goals: push_goal, complete_goal, active_goals, exploration_goals
  • Metacognition: metacognition_report, consciousness_metrics, presence_metrics, detect_biases
  • Memory Management: apply_decay, deduplicate, reconsolidate, batch_reconsolidate, llm_consolidate
  • Identity: update_self_model, agent_model, map_values
  • Prediction: predict, pending_predictions, plausible_futures, project_future
  • Multi-Agent: merge_from, list_namespaces, migrate_namespace
  • And more: SRS, norms, schemas, causal maps, timelines, narratives...

Server Config

{
  "mcpServers": {
    "emms": {
      "command": "uvx",
      "args": [
        "emms-mcp"
      ]
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
Shehzad Ahmed
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Sellerguide

18 hours ago
Thiri Chord Intelligence
@BluesPrince

### Deterministic Music Theory for Claude, Cursor, and Autonomous AI Agents Large Language Models (LLMs) frequently hallucinate music theory, leading to incorrect notes, false Roman numerals, and broken voice leading. **THIRI** solves this by providing a deterministic, mathematical music-theory engine (pitch-class-set theory over ℤ/12) directly to your AI. It gives AI assistants precise, reproducible harmonic reasoning in milliseconds, allowing them to write correct musical scores, analyze progressions, and generate playable arrangements. #### 🎷 Key Features: * **Chord Analysis (`analyze_chord`):** Parse any symbol (e.g., `Cmaj7/E`, `G7#11`) to retrieve root, quality, intervals, Roman numerals, and diatonic or chromatic harmonic functions. * **Note Resolution (`resolve_chord`):** Resolve chord symbols to spelled notes (enharmonically correct), frequencies (Hz), MIDI numbers, and scale recommendations. * **Voicing Engine (`generate_voicing`):** Generate instrument-ready voicings (rootless, shell, triad, pad, drop-2, drop-3) and calculate voice-leading scores for transitions. * **Reharmonization (`reharmonize`):** Substitute progressions using classic jazz techniques, including Tritone Substitution, ii-V Insertion, Modal Interchange, Coltrane Changes, and Backdoor cadences. *Ideal for developers building AI music assistants, digital audio workstation (DAW) agents, educational theory tools, and automated composition workflows.*

2 hours ago