Doramagic Project Pack · Human Manual

memory-nexus-mcp

Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries

Repository Overview

Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries

Section Related Pages

Continue reading this section for the full explanation and source context.

Section Claude Code / Cursor / Windsurf

Continue reading this section for the full explanation and source context.

Section Get an API Key

Continue reading this section for the full explanation and source context.

Section Core Memory

Continue reading this section for the full explanation and source context.

Related topics: Entrypoints and Runtime Surface, Architecture Evidence Map, Operations and Verification Boundaries

Repository Overview

This page is generated from repository evidence because the Human Wiki provider was unavailable. It intentionally limits itself to README and file-tree facts.

README Evidence

Memory Nexus MCP

Persistent semantic memory for AI agents. Remember everything, recall by meaning, grow smarter over time.

The only memory system with pre-built Intelligence Packs (domain expertise you can activate instantly).

Install

One command. Works with Claude Code, Cursor, Windsurf, or any MCP-compatible client.

npx -y @memory-nexus/mcp

Claude Code / Cursor / Windsurf

Add to your .mcp.json:

{
  "mcpServers": {
    "memory-nexus": {
      "command": "npx",
      "args": ["-y", "@memory-nexus/mcp"],
      "env": {
        "NEXUS_API_KEY": "mnx_your_api_key_here"
      }
    }
  }
}

Get an API Key

Free trial - 7 days, 1,000 calls, no credit card:

curl -X POST https://memory-api-production-ce4d.up.railway.app/v1/trial/start \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]"}'

Or purchase at the Nexus Marketplace:

TierPriceAgentsIntelligence PacksStorageDaily Calls
TrialFree1110MB1,000 total
Solo$19/mo13500MB10,000
Crew$49/mo5102GB50,000
Fleet$149/mo255010GB200,000

Tools

Core Memory

ToolDescription
rememberStore a memory with context, importance, and metadata
recallSemantic search across all memories (by meaning, not keywords)
connectCreate relationships between memories (build knowledge graphs)
forgetRemove a memory
statsMemory statistics
contextSession context summary (preferences, decisions, patterns)

Agent Self-Continuity

ToolDescription
awakenRestore identity from previous sessions (call at session start)
hibernateSave session state for next awakening (call at session end)

Intelligence Packs

ToolDescription
list_hatsBrowse available Intelligence Packs
wear_hatActivate a pack (imports expert knowledge into your memory)

How It Works

Remember stores memories with semantic embeddings. Recall finds them by meaning.

Session 1:  remember("Diana prefers bold solutions over phased approaches")
Session 47: recall("how does Diana like

[excerpt truncated]

## Selected Source Inventory

- `README.md`
- `package.json`
- `docs/launch-copy/README.md`
- `src/index.js`
- `docs/launch-copy/DIRECTORY-LISTINGS.md`
- `docs/launch-copy/PRODUCT-HUNT.md`
- `docs/launch-copy/SHOW-HN.md`
- `docs/launch-copy/TWITTER-THREAD.md`
- `.gitignore`
- `.mcp.json`
- `LICENSE`
- `package-lock.json`

| File | Evidence role | Size |
|---|---|---|
| `README.md` | README/product and usage evidence | 4285 bytes |
| `package.json` | package/runtime metadata | 956 bytes |
| `docs/launch-copy/README.md` | documentation evidence | 10281 bytes |
| `src/index.js` | implementation surface | 17189 bytes |
| `docs/launch-copy/DIRECTORY-LISTINGS.md` | documentation evidence | 6884 bytes |
| `docs/launch-copy/PRODUCT-HUNT.md` | documentation evidence | 2887 bytes |
| `docs/launch-copy/SHOW-HN.md` | documentation evidence | 2922 bytes |
| `docs/launch-copy/TWITTER-THREAD.md` | documentation evidence | 2321 bytes |
| `.gitignore` | repository evidence | 86 bytes |
| `.mcp.json` | repository evidence | 193 bytes |
| `LICENSE` | repository evidence | 1069 bytes |
| `package-lock.json` | repository evidence | 40343 bytes |

Source: `[README.md:1-120]()`

Source: https://github.com/KairosMobius/memory-nexus-mcp / Human Manual

Entrypoints and Runtime Surface

Related topics: Repository Overview, Architecture Evidence Map, Operations and Verification Boundaries

Section Related Pages

Continue reading this section for the full explanation and source context.

Related topics: Repository Overview, Architecture Evidence Map, Operations and Verification Boundaries

Entrypoints and Runtime Surface

The files below are the highest-signal candidates for how the project is installed, started, configured, or embedded. Treat this as an evidence map, not an inferred API contract.

FileEvidence roleSize
README.mdREADME/product and usage evidence4285 bytes
package.jsonpackage/runtime metadata956 bytes
docs/launch-copy/README.mddocumentation evidence10281 bytes
src/index.jsimplementation surface17189 bytes
docs/launch-copy/DIRECTORY-LISTINGS.mddocumentation evidence6884 bytes
docs/launch-copy/PRODUCT-HUNT.mddocumentation evidence2887 bytes
docs/launch-copy/SHOW-HN.mddocumentation evidence2922 bytes
docs/launch-copy/TWITTER-THREAD.mddocumentation evidence2321 bytes
.gitignorerepository evidence86 bytes
.mcp.jsonrepository evidence193 bytes
LICENSErepository evidence1069 bytes
package-lock.jsonrepository evidence40343 bytes

Source: README.md:1-120

Source: https://github.com/KairosMobius/memory-nexus-mcp / Human Manual

Architecture Evidence Map

Related topics: Repository Overview, Entrypoints and Runtime Surface, Operations and Verification Boundaries

Section Related Pages

Continue reading this section for the full explanation and source context.

Related topics: Repository Overview, Entrypoints and Runtime Surface, Operations and Verification Boundaries

Architecture Evidence Map

This section maps source paths into likely architectural areas based on repository layout only. Claims that require execution are intentionally not made here.

Source: package.json:1-120

Source: https://github.com/KairosMobius/memory-nexus-mcp / Human Manual

Operations and Verification Boundaries

Related topics: Repository Overview, Entrypoints and Runtime Surface, Architecture Evidence Map

Section Related Pages

Continue reading this section for the full explanation and source context.

Related topics: Repository Overview, Entrypoints and Runtime Surface, Architecture Evidence Map

Operations and Verification Boundaries

Operational guidance is limited to files that are present in the repository. Before using this project in an agent workflow, verify install, quickstart, and runtime behavior in a sandbox.

Source: docs/launch-copy/README.md:1-120

Source: https://github.com/KairosMobius/memory-nexus-mcp / Human Manual

Doramagic Pitfall Log

Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.

medium README/documentation is current enough for a first validation pass.

The project should not be treated as fully validated until this signal is reviewed.

medium Maintainer activity is unknown

Users cannot judge support quality until recent activity, releases, and issue response are checked.

medium no_demo

The project may affect permissions, credentials, data exposure, or host boundaries.

medium no_demo

The project may affect permissions, credentials, data exposure, or host boundaries.

Doramagic Pitfall Log

Doramagic extracted 6 source-linked risk signals. Review them before installing or handing real data to the project.

1. Capability assumption: README/documentation is current enough for a first validation pass.

  • Severity: medium
  • Finding: README/documentation is current enough for a first validation pass.
  • User impact: The project should not be treated as fully validated until this signal is reviewed.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: capability.assumptions | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | README/documentation is current enough for a first validation pass.

2. Maintenance risk: Maintainer activity is unknown

  • Severity: medium
  • Finding: Maintenance risk is backed by a source signal: Maintainer activity is unknown. Treat it as a review item until the current version is checked.
  • User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: evidence.maintainer_signals | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | last_activity_observed missing

3. Security or permission risk: no_demo

  • Severity: medium
  • Finding: no_demo
  • User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: downstream_validation.risk_items | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | no_demo; severity=medium

4. Security or permission risk: no_demo

  • Severity: medium
  • Finding: no_demo
  • User impact: The project may affect permissions, credentials, data exposure, or host boundaries.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: risks.scoring_risks | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | no_demo; severity=medium

5. Maintenance risk: issue_or_pr_quality=unknown

  • Severity: low
  • Finding: issue_or_pr_quality=unknown。
  • User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: evidence.maintainer_signals | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | issue_or_pr_quality=unknown

6. Maintenance risk: release_recency=unknown

  • Severity: low
  • Finding: release_recency=unknown。
  • User impact: Users cannot judge support quality until recent activity, releases, and issue response are checked.
  • Recommended check: Open the linked source, confirm whether it still applies to the current version, and keep the first run isolated.
  • Evidence: evidence.maintainer_signals | mcp_registry:io.github.KairosMobius/memory-nexus-mcp:1.0.0 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.KairosMobius%2Fmemory-nexus-mcp/versions/1.0.0 | release_recency=unknown

Source: Doramagic discovery, validation, and Project Pack records

Community Discussion Evidence

These external discussion links are review inputs, not standalone proof that the project is production-ready.

Sources 1

Count of project-level external discussion links exposed on this manual page.

Use Review before install

Open the linked issues or discussions before treating the pack as ready for your environment.

Community Discussion Evidence

Doramagic exposes project-level community discussion separately from official documentation. Review these links before using memory-nexus-mcp with real data or production workflows.

Source: Project Pack community evidence and pitfall evidence