enhx-memory
by cbuntingde
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Where the DB and logs live. Default: ~/enhx-memory | |
| LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR. Default: INFO | |
| DB_FILENAME | No | Database filename. Default: enhx_memory.db | |
| DEDUP_POLICY | No | Dedup policy: reject, merge, warn, off. Default: reject | |
| INITIAL_CLIENT | No | Client name recorded on the auto-opened session. Default: auto | |
| DEDUP_THRESHOLD | No | Jaccard similarity cutoff for near-duplicates. Default: 0.8 | |
| AUTO_RECALL_LIMIT | No | Max memories attached per tool call. Default: 5 | |
| ENABLE_AUTO_INGEST | No | Persist user prompts as memories (auto-debounced). Default: true | |
| ENABLE_AUTO_RECALL | No | Attach auto_recalled to every project-scoped tool result. Default: true | |
| ENABLE_AUTO_CLEANUP | No | Run the cleanup scheduler. Default: true | |
| ENABLE_AUTO_SESSION | No | Open a session at boot against cwd or INITIAL_PROJECT_PATH. Default: true | |
| INITIAL_PROJECT_NAME | No | Force a specific project name when auto-sessions boot. Default: none | |
| INITIAL_PROJECT_PATH | No | Force a specific project root path when auto-sessions boot. Default: cwd | |
| AUTO_RECALL_MIN_SCORE | No | Minimum score for non-pinned recall hits. Default: 0 | |
| AUTO_INGEST_MIN_LENGTH | No | Minimum text length to ingest. Default: 20 | |
| CLEANUP_INTERVAL_HOURS | No | Cleanup cycle period. Default: 24 | |
| SOFT_DELETE_GRACE_DAYS | No | Days to keep soft-deleted rows before purging. Default: 7 | |
| AUTO_DETECT_CONVENTIONS | No | Detect project conventions on start_session. Default: true | |
| AUTO_INGEST_DEBOUNCE_SECONDS | No | Debounce window per content hash. Default: 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cbuntingde/enhx-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server