
Hebbian Mind
Give long-running agents associative memory where frequently used links strengthen and idle links decay.
Overview
Hebbian Mind Enterprise is a MCP server for the Build phase that provides associative agent memory with strengthening and decaying connections.
What is this MCP server?
- Associative memory modeled on Hebbian learning: use strengthens connections, disuse lets them decay
- Enterprise-oriented Hebbian Mind MCP server over stdio (PyPI package hebbian-mind-enterprise 2.3.2)
- Fits custom agents that need durable recall beyond a single chat context window
- Memory behavior tied to usage patterns rather than static vector dumps only
- Registry package version 2.3.2
- PyPI identifier hebbian-mind-enterprise with stdio transport
- Described behavior: connections strengthen through use and decay through disuse
Community signal: 5 GitHub stars.
What problem does it solve?
Flat context and naive RAG make agents forget priorities or surface stale facts with no sense of what you actually reuse.
Who is it for?
Builders crafting multi-session agents or memory-heavy SaaS where associative recall is a product feature.
Skip if: One-off codegen tasks or apps that only need ephemeral chat with no durable agent memory.
What do I get? / Deliverables
Your agent gains MCP-backed memory whose associations track real usage so recall aligns with what you keep engaging.
- MCP tools for associative recall and memory updates
- Multi-session agent behavior with usage-weighted associations
- Decay semantics for stale unused memory links
Recommended MCP Servers
Journey fit
Persistent agent memory is built when you assemble agent stacks, not when you are only brainstorming market fit. Agent-tooling captures Hebbian Mind as infrastructure your MCP host calls to store and recall associations across tasks.
How it compares
Associative-memory MCP server, not a generic notes plugin or embedding-only vector database UI.
Common Questions / FAQ
Who is Hebbian Mind Enterprise for?
Solo and small-team builders adding durable, usage-sensitive memory to MCP-connected agents and agent-first products.
When should I use Hebbian Mind Enterprise?
Use it in Build when you implement agent-tooling and need memories that strengthen with use and decay when ignored.
How do I add Hebbian Mind Enterprise to my agent?
Install the PyPI stdio package hebbian-mind-enterprise, add it to your MCP server list, and expose its tools to your Claude Code, Cursor, or compatible host.