Back to MCP Servers

Nexo

Cognitive memory for AI agents with Atkinson-Shiffrin memory model (STM/LTM/sensory register), semantic RAG, Ebbinghaus decay, trust scoring, and 76+ MCP tools.

knowledge-memoryrustairagagent

Installation

npx -y nexo

Configuration

{
  "mcpServers": {
    "nexo": {
      "command": "npx",
      "args": ["-y", "nexo"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub