life-memory-mcp-connect

life-memory-mcp-connect is a skill for Codex from 234194027-cpu/aion-memory-nexus. It costs 75 tokens per session (2,525 once invoked), scanned A, original, MIT.

A setup guide for connecting an AI agent to Life Memory, an external system that stores and retrieves long-term project and user context through MCP.

In plain words
What is it for?
Use it to install, verify, and operate the Life Memory connection, including memory searches, event uploads, synchronization, media uploads, and diagnostics.
Why use it?
It helps agents reuse earlier decisions and task outcomes, reducing repeated explanations and lost context.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to install, verify, and operate the Life Memory connection, including memory searches, event uploads, synchronization, media uploads, and diagnostics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 234194027-cpu/aion-memory-nexus --skill life-memory-mcp-connect
Clone the repo
git clone --depth 1 https://github.com/234194027-cpu/aion-memory-nexus

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for life-memory-mcp-connect

README.md
[![agentmods](https://agentmods.dev/badge/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect/github.svg)](https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect)
Your own site
<a href="https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect"><img src="https://agentmods.dev/badge/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for life-memory-mcp-connect

Your own site · 80×15
<a href="https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect"><img src="https://agentmods.dev/badge/skills/234194027-cpu/aion-memory-nexus/life-memory-mcp-connect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,525 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.02525
Opus 5 $0.00037 $0.01262
Sonnet 5 $0.00015 $0.00505
Haiku 4.5 $0.00007 $0.00252

Measured 11d ago against content hash 1018f9bae4fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

life-memory-mcp-connect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/bootstrap_life_memory_agent.py, scripts/configure_mcp.py, scripts/doctor.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/life-memory-mcp-connect/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Life Memory MCP Connect

Use this skill to onboard an agent into the Life Memory System through a portable stdio MCP bridge. Prefer the full automatic bootstrap script first; use the lower-level scripts only when the target environment needs custom control.

What This Gives Agents

Life Memory is the shared long-term memory layer for connected agents. It helps agents start with prior user/project context, avoid making the user repeat decisions, preserve useful task outcomes, and sync memories from other agent systems into one reviewable pipeline.

Use it as a habit loop:

  1. Read memory before substantial work.
  2. Search again when scope changes.
  3. Write a short task-end summary after work.
  4. Sync old memories once and daily deltas on a schedule.

Architecture

This skill has three layers:

  1. Skill layer: teaches an external agent how to install, configure, test, and operate the bridge.
  2. MAP layer: memory_map returns the Memory Access Protocol: tool order, context fields, write rules, and daily sync strategy.
  3. MCP layer: exposes concrete tools for search, before/after task hooks, event upload, daily delta sync, media upload, and smoke tests.

Graphiti/Neo4j, when enabled by an operator, is an internal, disposable retrieval projection. This Skill exposes no Graphiti write, replay, administration, or cross-project tool; if Graphiti is disabled or unavailable, the existing retrieval chain remains the source of MCP results.

After a client connects, call memory_map before other memory tools. Use references/memory-access-map.md when you need the complete operating contract.

For copy-paste onboarding, use references/agent-bootstrap-prompt.md. Keep that prompt short: it should only start the bootstrap flow, while detailed operating rules live in this skill, references/memory-access-map.md, and the live memory_map tool response.

For Codex on Windows or RTK environments, read references/windows-codex-troubleshooting.md before writing config or debugging sync failures. For recurring sync setup, use references/automation-templates.md.

Read the full file on GitHub · 221 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 221 lines · 75 tokens per session scan A 1018f9bae4fa

Subscribe to this mod's changes

life-memory-mcp-connect is a skill published in the GitHub repository 234194027-cpu/aion-memory-nexus (0 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 2,525 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

engrama-onboard

Build a personalized Engrama memory graph for any user through a conversational interview. Use this skill whenever someone says "set up Engrama", "create my graph", "onboard", "build my profile", "configure Engrama for me", or asks how to start using Engrama. Also use when the user mentions they have a different role…

scops/engrama · 104 tokens

memclaw

The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…

caura-ai/caura · 124 tokens

lemmalog

Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…

JordyZomer/lemmalog · 105 tokens

engraphis-memory

Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…

Coding-Dev-Tools/engraphis · 134 tokens

company-brain

How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…

caura-ai/caura · 108 tokens

agent-recall

Persistent compounding memory for AI agents. 5 default MCP tools: sessionstart, sessionend, remember, recall, check. Full surface (18 tools) available with --full flag. Two-verb model: inhale (sessionstart) and exhale (sessionend). Correction-first memory with decision trail tracking, watchfor warnings, palace rooms…

Goldentrii/AgentRecall-X · 157 tokens