mcpbeat Sign in

Hebbian Mind MCP Server

by for-sunny Your server? Claim it
local only

Hebbian Mind runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from pypi.

Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 11 · -32% w/w
a month agotoday
51
Installs / week
pypi · hebbian-mind-enterprise
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hebbian-mind-enterprise -- uvx hebbian-mind-enterprise
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hebbian-mind-enterprise": {
      "args": [
        "hebbian-mind-enterprise"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hebbian-mind-enterprise]
command = "uvx"
args = ["hebbian-mind-enterprise"]
.cursor/mcp.json
{
  "mcpServers": {
    "hebbian-mind-enterprise": {
      "args": [
        "hebbian-mind-enterprise"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hebbian-mind-enterprise": {
      "args": [
        "hebbian-mind-enterprise"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hebbian Mind

same job, measured the same way
Shodh Memory
by varun29ankus

Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.

64 installs/wk local only
Claims MCP
by dgonzap30

A claims memory for agents: assert beliefs, let them decay, surface contradictions.

211 installs/wk local only
MCP As A Judge
by othervibes

MCP as a Judge: a behavioral MCP that strengthens AI coding assistants via explicit LLM evaluations

209 installs/wk local only
Mem Context
by turbyho

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

176 installs/wk local only
Instinct
by yakuphanycl

Self-learning memory for AI coding agents with pattern detection and confidence scoring.

6 installs/wk local only
Cognitive AI Memory
by sachitrafa

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

local only
Recall
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Operations Pulse
by openlyuseful

Local-first operational pulses, durable ticket memory, and governed connection discovery.

26 installs/wk local only

Hebbian Mind — questions

Answers built from our own checks of this server.

Why is there no uptime for Hebbian Mind?
Hebbian Mind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hebbian-mind-enterprise was installed 51 times last week.
Is Hebbian Mind still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Hebbian Mind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hebbian-mind-enterprise straight from pypi; nothing to host, nothing to sign up for.
How many people use Hebbian Mind?
The pypi package hebbian-mind-enterprise was installed 51 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.