Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEBBIAN_MIND_RAM_DIRNoRAM disk path (Linux default: /dev/shm/hebbian_mind)/dev/shm/hebbian_mind
HEBBIAN_MIND_BASE_DIRNoData storage location./hebbian_mind_data
HEBBIAN_MIND_RAM_DISKNoEnable RAM disk for faster readsfalse
HEBBIAN_MIND_THRESHOLDNoActivation threshold (0.0-1.0)0.3
HEBBIAN_MIND_FAISS_HOSTNoFAISS tether hostlocalhost
HEBBIAN_MIND_FAISS_PORTNoFAISS tether port9998
HEBBIAN_MIND_MAX_WEIGHTNoMaximum edge weight cap10.0
HEBBIAN_MIND_EDGE_FACTORNoDeprecated: No longer used. The asymptotic learning formula replaced the old harmonic strengthening factor. The env var still loads without error but has no effect on edge weights.
HEBBIAN_MIND_DECAY_ENABLEDNoEnable memory decaytrue
HEBBIAN_MIND_FAISS_ENABLEDNoEnable FAISS semantic searchfalse
HEBBIAN_MIND_PRECOG_ENABLEDNoEnable PRECOG concept extractionfalse
HEBBIAN_MIND_DECAY_BASE_RATENoBase exponential decay rate0.01
HEBBIAN_MIND_DECAY_THRESHOLDNoMemories below this are hidden0.1
HEBBIAN_MIND_EDGE_DECAY_RATENoEdge decay rate (slower than memory decay)0.005
HEBBIAN_MIND_EDGE_DECAY_ENABLEDNoEnable edge weight decaytrue
HEBBIAN_MIND_DECAY_SWEEP_INTERVALNoMinutes between sweep cycles60
HEBBIAN_MIND_EDGE_DECAY_MIN_WEIGHTNoMinimum edge weight floor0.1
HEBBIAN_MIND_DECAY_IMMORTAL_THRESHOLDNoMemories at or above this never decay0.9

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_to_mind

Save content to Hebbian Mind with automatic node activation and Hebbian edge strengthening.

query_mind

Query memories by concept nodes. Returns memories that activated specified concepts. Decayed memories are hidden by default.

analyze_content

Analyze content against concept nodes without saving. Preview which concepts would activate.

get_related_nodes

Get nodes connected to a given node by Hebbian edges.

mind_status

Get Hebbian Mind health status including node count, edge count, memory count, and strongest connections.

list_nodes

List all concept nodes, optionally filtered by category.

faiss_search

Search external FAISS tether for semantic similarity search (if enabled).

faiss_status

Check external FAISS tether status (if enabled).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/For-Sunny/hebbian-mind-enterprise'

If you have feedback or need assistance with the MCP directory API, please join our Discord server