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
Continue reading this section for the full explanation and source context.
Continue reading this section for the full explanation and source context.
Continue reading this section for the full explanation and source context.
Continue reading this section for the full explanation and source context.
Related Pages
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:
| Tier | Price | Agents | Intelligence Packs | Storage | Daily Calls |
|---|---|---|---|---|---|
| Trial | Free | 1 | 1 | 10MB | 1,000 total |
| Solo | $19/mo | 1 | 3 | 500MB | 10,000 |
| Crew | $49/mo | 5 | 10 | 2GB | 50,000 |
| Fleet | $149/mo | 25 | 50 | 10GB | 200,000 |
Tools
Core Memory
| Tool | Description |
|---|---|
remember | Store a memory with context, importance, and metadata |
recall | Semantic search across all memories (by meaning, not keywords) |
connect | Create relationships between memories (build knowledge graphs) |
forget | Remove a memory |
stats | Memory statistics |
context | Session context summary (preferences, decisions, patterns) |
Agent Self-Continuity
| Tool | Description |
|---|---|
awaken | Restore identity from previous sessions (call at session start) |
hibernate | Save session state for next awakening (call at session end) |
Intelligence Packs
| Tool | Description |
|---|---|
list_hats | Browse available Intelligence Packs |
wear_hat | Activate 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
Continue reading this section for the full explanation and source context.
Related Pages
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.
| 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
Architecture Evidence Map
Related topics: Repository Overview, Entrypoints and Runtime Surface, Operations and Verification Boundaries
Continue reading this section for the full explanation and source context.
Related Pages
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.
.:README.md,package.json,.gitignore,.mcp.json,LICENSE,package-lock.jsondocs:docs/launch-copy/README.md,docs/launch-copy/DIRECTORY-LISTINGS.md,docs/launch-copy/PRODUCT-HUNT.md,docs/launch-copy/SHOW-HN.md,docs/launch-copy/TWITTER-THREAD.mdsrc:src/index.js
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
Continue reading this section for the full explanation and source context.
Related Pages
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.
- Documentation signal:
README.md - Runtime/package signal:
package.json - Documentation signal:
docs/launch-copy/README.md - Source inspection signal:
src/index.js - Documentation signal:
docs/launch-copy/DIRECTORY-LISTINGS.md - Documentation signal:
docs/launch-copy/PRODUCT-HUNT.md - Documentation signal:
docs/launch-copy/SHOW-HN.md - Documentation signal:
docs/launch-copy/TWITTER-THREAD.md - Source inspection signal:
.gitignore - Source inspection signal:
.mcp.json
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.
The project should not be treated as fully validated until this signal is reviewed.
Users cannot judge support quality until recent activity, releases, and issue response are checked.
The project may affect permissions, credentials, data exposure, or host boundaries.
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.
Count of project-level external discussion links exposed on this manual page.
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.
- README/documentation is current enough for a first validation pass. - GitHub / issue
Source: Project Pack community evidence and pitfall evidence