Skip to main content
Glama
jmeyer1980

neurodivergent-memory

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEURODIVERGENT_MEMORY_DIRNoDirectory that contains the memories.json snapshot file. Defaults to ~/.neurodivergent-memory.
NEURODIVERGENT_MEMORY_MAXNoMaximum number of memories before eviction. Integer. Default: unlimited.
NEURODIVERGENT_MEMORY_FILENoExplicit path to the snapshot file. Overrides NEURODIVERGENT_MEMORY_DIR.
NEURODIVERGENT_MEMORY_EVICTIONNoEviction policy when max is reached. One of: lru, access_frequency, district_priority. Default: lru.
NEURODIVERGENT_MEMORY_WIP_LIMITNoMaximum in-progress practical execution tasks per agent_id. Integer. Set 0 to disable. Default: 1.
NEURODIVERGENT_MEMORY_LOOP_WINDOWNoNumber of recent operations for loop detection. Integer. Default: 20.
NEURODIVERGENT_MEMORY_QUEUE_DEPTHNoMaximum pending write operations in the queue. Integer. Default: 50.
NEURODIVERGENT_MEMORY_REPEAT_THRESHOLDNoToken-overlap score threshold for detecting repeated content. Float between 0 and 1. Default: 0.85.
NEURODIVERGENT_MEMORY_PING_PONG_THRESHOLDNoNumber of read/write ping-pong transitions before activating cooldown. Integer. Default: 3.
NEURODIVERGENT_MEMORY_DISTILL_SUGGEST_THRESHOLDNoNumber of repeated logical_analysis reads of emotional_processing memories before suggesting distillation. Integer. Default: 3.
NEURODIVERGENT_MEMORY_CROSS_DISTRICT_COOLDOWN_MSNoDuration in milliseconds for temporary cross-district write cooldown. Integer. Default: 0 (disabled).
NEURODIVERGENT_MEMORY_IMPORT_ALLOW_EXTERNAL_FILENoIf 'true', allows import_memories to read snapshot files outside the persistence directory. Default: false.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/jmeyer1980/neurodivergent-memory'

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