Neuron

recla93/Neuron
★ 6 stars Python AI/LLM Updated 1d ago ✓ Clean
Persistent semantic memory for AI. An MCP server that turns every conversation into a living concept graph — vector search, Hebbian link reinforcement, spreading activation — so your LLM remembers across sessions. Runs standalone or behind the Gray Matter gateway.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "neuron": {
      "command": "uvx",
      "args": [
        "neuron"
      ]
    }
  }
}

Or install with pip: pip install neuron

README Excerpt

<!-- ════════════════════════════════════════════════════════════════════ --> <!-- NEURON · README --> <!-- ════════════════════════════════════════════════════════════════════ --> <div align="center"> <img src="assets/neuron-logo.png" alt="Neuron logo" width="360">

Topics

ai-memoryclaudegray-matterknowledge-graphlibsqlllmmcpmcp-serverpythonsemantic-memorytursovector-search