Sign In

neural-memory-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neural-memory-mcp

Persistent memory for AI agents — 63 MCP tools, spreading activation recall, neuroscience-inspired consolidation. Works with Claude, GPT, Gemini.

latest
Source
npmnpm
Version
4.61.0
Version published
Weekly downloads
158
-13.66%
Maintainers
1
Weekly downloads
 
Created
Source

neural-memory-mcp

Persistent memory for AI agents — 63 MCP tools, spreading activation recall, neuroscience-inspired consolidation.

Install

pip install neural-memory

Run as MCP server

npx neural-memory-mcp

Configure in Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "neural-memory": {
      "command": "nmem-mcp",
      "args": []
    }
  }
}

Features

  • 63 MCP tools — remember, recall, consolidate, review, visualize, and more
  • Spreading activation recall — graph traversal, not vector similarity RAG
  • 10 neuroscience algorithms — Hebbian learning, hippocampal replay, lateral inhibition
  • Tiered memory — HOT/WARM/COLD with auto-tier promotion
  • 3 storage backends — SQLite, PostgreSQL, InfinityDB (Pro)
  • Cloud sync — Cloudflare Workers hub with encryption
  • 7800+ tests, Python 3.11+, MIT licensed
  • Documentation
  • GitHub
  • PyPI
  • Get Pro

Keywords

mcp

FAQs

Package last updated on 09 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts