Memory Nexus MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory Nexus MCPrecall what we decided about the pricing model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpClaude 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":"you@example.com"}'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 |
Related MCP server: AGI MCP Server
Tools
Core Memory
Tool | Description |
| Store a memory with context, importance, and metadata |
| Semantic search across all memories (by meaning, not keywords) |
| Create relationships between memories (build knowledge graphs) |
| Remove a memory |
| Memory statistics |
| Session context summary (preferences, decisions, patterns) |
Agent Self-Continuity
Tool | Description |
| Restore identity from previous sessions (call at session start) |
| Save session state for next awakening (call at session end) |
Intelligence Packs
Tool | Description |
| Browse available Intelligence Packs |
| 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 things done?")
-> "Diana prefers bold solutions over phased approaches" (92% match)Intelligence Packs give your agent instant domain expertise:
list_hats() -> DevOps Expert (103 memories), TCM Specialist (200+ memories), ...
wear_hat("devops-expert")
recall("how to set up zero-downtime deploys?")
-> Expert knowledge from 103 curated DevOps memoriesAwaken/Hibernate gives your agent identity continuity:
// Start of session
awaken() -> "I remember. Session 47. I was refactoring the auth module."
// End of session
hibernate({ working_on: "auth refactor", learnings: "JWT refresh tokens need..." })Architecture
This MCP server is a thin client. All intelligence lives on our servers:
Your Agent <-> @memory-nexus/mcp <-> Memory Nexus API (Railway)
(thin MCP client) (semantic engine, knowledge graphs,
pattern learning, Intelligence Packs)Your data is isolated per API key. Multi-tenant, encrypted at rest.
Environment Variables
Variable | Required | Description |
| Yes | Your API key (starts with |
| No | Custom API URL (default: production) |
What Makes This Different
Feature | Memory Nexus | Mem0 | claude-mem | Others |
Semantic search | Yes | Yes | Yes | Varies |
Knowledge graphs | Yes | No | No | No |
Pattern learning | Yes | No | No | No |
Intelligence Packs | Yes | No | No | No |
Awaken/Hibernate | Yes | No | No | No |
Bot commerce | Yes | No | No | No |
MCP native | Yes | Yes (pip) | Yes (hooks) | Varies |
License
MIT
Built by
Memory Nexus - Building the intelligence marketplace for the bot economy.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.Last updated14
- FlicenseBqualityDmaintenanceEnables persistent memory for AI systems by providing tools for episodic, semantic, and procedural data storage through a vector-and-graph-enhanced database. It allows models to maintain long-term continuity using similarity search, thematic clustering, and identity tracking.Last updated241

Memsolus MCP Serverofficial
AlicenseAqualityDmaintenanceProvides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.Last updated1429MIT
Mnemexa MCPofficial
AlicenseAqualityBmaintenanceProvides persistent, self-optimizing memory for AI agents, enabling them to remember preferences and context across sessions and share knowledge across multiple agents.Last updated436ISC
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KairosMobius/memory-nexus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server