Skip to main content
Glama
server.jsonβ€’1.61 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.simplemindedbot/mnemex", "description": "Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).", "repository": { "url": "https://github.com/simplemindedbot/mnemex", "source": "github" }, "version": "0.5.2", "packages": [ { "registryType": "pypi", "identifier": "mnemex", "version": "0.5.2", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "Storage path for short-term memory JSONL files", "isRequired": false, "format": "string", "isSecret": false, "name": "MNEMEX_STORAGE_PATH", "default": "~/.config/mnemex/jsonl" }, { "description": "Path to Obsidian vault for long-term memory", "isRequired": false, "format": "string", "isSecret": false, "name": "LTM_VAULT_PATH" }, { "description": "Decay model: power_law (default), exponential, or two_component", "isRequired": false, "format": "string", "isSecret": false, "name": "MNEMEX_DECAY_MODEL", "default": "power_law" }, { "description": "Half-life in days for power-law decay model", "isRequired": false, "format": "number", "isSecret": false, "name": "MNEMEX_PL_HALFLIFE_DAYS", "default": "3.0" } ] } ] }

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/mnemexai/mnemex'

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