Mnemex
by fastmcp-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LTM_VAULT_PATH | No | Path to Obsidian vault for long-term memory (optional) | |
| MNEMEX_PL_ALPHA | No | Power-law alpha parameter (default: 1.1) | 1.1 |
| MNEMEX_DECAY_BETA | No | Sub-linear use count weighting (default: 0.6) | 0.6 |
| MNEMEX_DECAY_MODEL | No | Decay model: power_law, exponential, or two_component (default: power_law) | power_law |
| MNEMEX_DECAY_LAMBDA | No | Exponential decay constant (default: 2.673e-6) | 2.673e-6 |
| MNEMEX_STORAGE_PATH | No | Path to JSONL storage directory (default: ~/.config/mnemex/jsonl) | ~/.config/mnemex/jsonl |
| MNEMEX_AUTO_REINFORCE | No | Auto-reinforce on memory usage (default: true) | true |
| MNEMEX_FORGET_THRESHOLD | No | Score threshold below which memories are forgotten (default: 0.05) | 0.05 |
| MNEMEX_PL_HALFLIFE_DAYS | No | Power-law half-life in days (default: 3.0) | 3.0 |
| MNEMEX_PROMOTE_THRESHOLD | No | Score threshold above which memories are promoted to LTM (default: 0.65) | 0.65 |
| MNEMEX_PROMOTE_USE_COUNT | No | Number of uses within time window to force promotion (default: 5) | 5 |
| MNEMEX_REVIEW_BLEND_RATIO | No | Ratio of review candidates in search results (default: 0.3) | 0.3 |
| MNEMEX_PROMOTE_TIME_WINDOW | No | Time window in days for promotion use count (default: 14) | 14 |
| MNEMEX_REVIEW_DANGER_ZONE_MAX | No | Upper bound of danger zone for spaced repetition (default: 0.35) | 0.35 |
| MNEMEX_REVIEW_DANGER_ZONE_MIN | No | Lower bound of danger zone for spaced repetition (default: 0.15) | 0.15 |
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/fastmcp-me/mnemex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server