CortexGraph
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 | |
| MNEMEX_DECAY_BETA | No | Sub-linear use count weighting. Default: 0.6 | |
| MNEMEX_DECAY_MODEL | No | Decay model: power_law, exponential, or two_component. Default: power_law | |
| MNEMEX_DECAY_LAMBDA | No | Decay constant lambda. Default: 2.673e-6 | |
| MNEMEX_STORAGE_PATH | No | Path to JSONL storage directory. Default: ~/.config/cortexgraph/jsonl | |
| MNEMEX_AUTO_REINFORCE | No | Auto-reinforce on observe. Default: true | |
| MNEMEX_FORGET_THRESHOLD | No | Score threshold for forgetting. Default: 0.05 | |
| MNEMEX_PL_HALFLIFE_DAYS | No | Power-law half-life in days. Default: 3.0 | |
| MNEMEX_PROMOTE_THRESHOLD | No | Score threshold for promotion. Default: 0.65 | |
| MNEMEX_PROMOTE_USE_COUNT | No | Minimum use count for promotion. Default: 5 | |
| MNEMEX_REVIEW_BLEND_RATIO | No | Ratio of review candidates in search. Default: 0.3 | |
| MNEMEX_PROMOTE_TIME_WINDOW | No | Time window in days for promotion. Default: 14 | |
| MNEMEX_REVIEW_DANGER_ZONE_MAX | No | Upper bound of danger zone. Default: 0.35 | |
| MNEMEX_REVIEW_DANGER_ZONE_MIN | No | Lower bound of danger zone. Default: 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/cortexgraph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server