.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jungjaehoon-lifegamez/mama
home/mcp-servers/jungjaehoon-lifegamez/mama
jungjaehoon-lifegamez avatar

mama

byjungjaehoon-lifegamez· 1 MCP server

Stars

12

Forks

4

Category

Agent Meta & Communication

View on GitHub

TL;DR

Local-first operating memory for AI coding agents - Claude Code, Codex, and any MCP client. Tracks decisions and their evolution. SQLite + on-device embeddings, no cloud.

How to install mama?

jungjaehoon-lifegamez/mama
$git clone https://github.com/jungjaehoon-lifegamez/mama

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mama by running `git clone https://github.com/jungjaehoon-lifegamez/mama`, then use it for the current task and follow its documentation at https://github.com/jungjaehoon-lifegamez/mama.

Files · 1

View on GitHub
README.md
1# MAMA OS - Local Operating Memory for AI Agents
2 
3[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4[![Node Version](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org)
5[![LongMemEval 100Q](https://img.shields.io/badge/LongMemEval%20100Q-93%25-blue)](packages/memorybench/)
6[![Tests](https://img.shields.io/badge/tests-3000%2B%20passing-success)](https://github.com/jungjaehoon-lifegamez/MAMA)
7 
8> Local operating memory that lets AI agents read the board, cite the evidence, and stay inside
9> explicit boundaries.
10 
11MAMA OS connects chats, docs, decisions, and work logs into a local memory substrate. Agents can use
12it to search raw evidence, follow relationships, inspect timelines, and produce better briefings
13instead of guessing from a short prompt.
14 
15This release ships the foundation: raw search/window APIs, graph/entity/timeline APIs, situation
16packets, trusted provenance, model/tool traces, strict search diagnostics, runtime envelopes, and
17Context Compile V0. `context_compile` turns those pieces into one selected/rejected/missing
18evidence packet for a task, and `mama_save` can attach that packet through trusted
19`context_packet_id` provenance.
20 
21## The Operator Runtime
22 
23The living center of MAMA OS is the **trigger loop**: an agent that authors its own triggers from
24recurring situations in your channels, fires them on future messages to recall the right memory,
25and folds everything into owner situation reports. The loop evolves itself — a review pass retires
26noisy triggers, and delivered reports that cite a fired trigger feed a success signal back into
27that trigger's stats.
28 
29What runs continuously today:
30 
31- **Trigger loop** — agent-authored triggers (keywords + memory query + procedure), deterministic
32 fire → recall → report, near-duplicate authoring gate, citation-based success circuit.
33- **Operator board at `/ui`** — a React viewer with four agent-published slots (briefing, action
34 required, decisions, pipeline) rendered live over SSE, a Triggers tab showing the loop's own
35 library, and a native Tasks surface backed by the task ledger. Tasks display workflow status and
36 temporal state separately, so an overdue item is never silently treated as blocked or complete.
37- **Memory promotion** — every 6 hours a curation pass promotes durable judgments (pricing rules,
38 standing client preferences, process rules) from recent channel data into decisions. Task states
39 never become memories; the board owns those.
40- **Wiki compilation** — promoted decisions chain into an Obsidian wiki organized as an
41 append-only daily journal (`daily/YYYY-MM-DD.md`) plus lesson pages
42 (`lessons/clients|process|system`) that strengthen with evidence and get superseded, never
43 deleted.
44- **Hourly self-audit** — a conductor pass checks process health, databases, config, and security
45 posture, deduplicating alerts against a state file so the owner hears about a finding once, not
46 every hour.
47 
48## Target Workflow
49 
50MAMA is being built toward a local memory twin that agents can inspect, cite, and act on inside
51explicit permission boundaries.
52 
53Ask:
54 
55> "Is Project A at risk right now?"
56 
57A search tool finds messages containing "Project A." A MAMA-backed agent reads the board:
58 
591. The customer said the schedule was fine in email.
602. The internal owner changed twice in Slack.
613. The core PR is still waiting for review.
624. The QA checklist is not closed.
635. The same customer changed demo scope at the last minute last month.
64 
65A mature MAMA-backed agent should be able to report:
66 
67- **Judgment:** schedule risk is high.
68- **Evidence:** demo request, review-blocked PR, owner changes, unfinished QA, prior scope-change
69 pattern.
70- **Inference:** the customer has not complained yet, but delivery risk is accumulating before the
71 demo.
72- **Missing context:** demo scope is not confirmed.
73- **Risk forecast:** if review and demo scope do not close today, Friday may turn into a
74 renegotiation.
75- **Next move:** assign a PR reviewer, confirm demo scope with the customer, shrink QA to the
76 release-critical path.
77- **Permission boundary:** external sending is not allowed, so the agent drafts the message and
78 records the report instead of contacting the customer.
79 
80That is the product direction: not another search box, but the substrate for an extra
81analyst-operator that can read the company record, separate evidence from inference, forecast the
82next risk, and only act inside the scope it was given.
83 
84## Why This Matters
85 
86Agents are useful when they can simulate. AlphaGo read the board before choosing the next move. Work
87agents need the same thing: enough context to reconstruct what happened, infer what may matter, and
88compare possible next actions.
89 
90Most agents never see that board. They see a prompt, a few files, or one search result. MAMA's job is
91to make the board visible.
92 
93## North Star
94 
95MAMA OS is moving toward a company memory twin: an append-only substrate of raw recor

Preview

jungjaehoon-lifegamez/mamajungjaehoon-lifegamez/mama
Repojungjaehoon-lifegamez/mama
TypeMCP Servers
CategoryAgent Meta & Communication
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPagent-memoryai-agents

Related

6 picks
Type
  1. cdeust avatarcortexScientifically-grounded persistent memory for Claude — local-first, hybrid retrieval, 72 references.MCP ServersJul 20262.7k68
  2. samanhappy avatarmcphubA hub server for mcp serversMCP ServersJul 20262.7k2.3k
  3. loonghao avatarwecom-bot-mcp-serverWeCom Bot MCP Server - A Python server for WeCom (WeChat Work) bot following the Model Context Protocol (MCP)MCP ServersJul 20262.5k98
  4. toolprint avatarhypertool-mcpDynamically expose tools from proxied servers based on an Agent PersonaMCP ServersOct 20252.0k155
  5. arindam200 avatarreddit-mcpReddit MCP ServerMCP ServersDec 20252.0k296
  6. raysonmeng avataragent-bridgeBridge between Claude Code and Codex — bidirectional agent communication via MCP Channel + JSON-RPCMCP ServersJul 20261.8k270