loading…
Search for a command to run...
loading…
Persistent memory and handoff intelligence layer for MCP agents. Most memory servers retrieve text — Memory Nexus compounds operational context, learning from u
Persistent memory and handoff intelligence layer for MCP agents. Most memory servers retrieve text — Memory Nexus compounds operational context, learning from usage and progressively synthesizing observations into higher-order intelligence across sessions and tools.
Persistent knowledge layer for Claude Code. Store context, retrieve briefings, and maintain continuity across sessions.
export MEMORY_NEXUS_API_KEY="your-api-key-here"
/memory-nexus status — Check account status and quota/memory-nexus search [query] — Search stored memories/memory-nexus forget [id] — Delete a memory/memory-nexus briefing — Get project briefing/memory-nexus account — Manage account and billingWhen you start a new Claude Code session:
| Tier | Cost | Features |
|---|---|---|
| Solo | $7/month | 50 memories, 10 briefings/month, personal projects |
| Crew | $49/month | 500 memories, 100 briefings/month, team projects |
| Fleet | $199/month | 5000 memories, 1000 briefings/month, enterprise |
No free tier. No free trial.
Set these environment variables:
MEMORY_NEXUS_API_KEY (required) — Your API key from the dashboardMEMORY_NEXUS_API_BASE (optional) — API endpoint, defaults to https://api.memory-nexus.orgThis plugin includes:
hooks/session_start_hook.sh) — Detects project, calls session_start endpoint, injects briefing.mcp.json) — Connects to Memory Nexus Python MCP server for tool callsskills/memory-nexus/SKILL.md) — User-facing commands and documentation.claude-plugin/plugin.json) — Plugin registration with Claude Code"No API key found"
MEMORY_NEXUS_API_KEY environment variable and restart Claude Code"Project hash not detected"
"Briefing is empty"
/memory-nexus commands.Visit memory-nexus.org for the full documentation.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"memory-nexus": {
"command": "npx",
"args": []
}
}
}