neurodivergent-memory
by jmeyer1980
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEURODIVERGENT_MEMORY_DIR | No | Directory that contains the memories.json snapshot file. Defaults to ~/.neurodivergent-memory. | |
| NEURODIVERGENT_MEMORY_MAX | No | Maximum number of memories before eviction. Integer. Default: unlimited. | |
| NEURODIVERGENT_MEMORY_FILE | No | Explicit path to the snapshot file. Overrides NEURODIVERGENT_MEMORY_DIR. | |
| NEURODIVERGENT_MEMORY_EVICTION | No | Eviction policy when max is reached. One of: lru, access_frequency, district_priority. Default: lru. | |
| NEURODIVERGENT_MEMORY_WIP_LIMIT | No | Maximum in-progress practical execution tasks per agent_id. Integer. Set 0 to disable. Default: 1. | |
| NEURODIVERGENT_MEMORY_LOOP_WINDOW | No | Number of recent operations for loop detection. Integer. Default: 20. | |
| NEURODIVERGENT_MEMORY_QUEUE_DEPTH | No | Maximum pending write operations in the queue. Integer. Default: 50. | |
| NEURODIVERGENT_MEMORY_REPEAT_THRESHOLD | No | Token-overlap score threshold for detecting repeated content. Float between 0 and 1. Default: 0.85. | |
| NEURODIVERGENT_MEMORY_PING_PONG_THRESHOLD | No | Number of read/write ping-pong transitions before activating cooldown. Integer. Default: 3. | |
| NEURODIVERGENT_MEMORY_DISTILL_SUGGEST_THRESHOLD | No | Number of repeated logical_analysis reads of emotional_processing memories before suggesting distillation. Integer. Default: 3. | |
| NEURODIVERGENT_MEMORY_CROSS_DISTRICT_COOLDOWN_MS | No | Duration in milliseconds for temporary cross-district write cooldown. Integer. Default: 0 (disabled). | |
| NEURODIVERGENT_MEMORY_IMPORT_ALLOW_EXTERNAL_FILE | No | If '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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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