Skip to main content
Glama
server.json1.65 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.prefrontal-systems/cortexgraph", "description": "Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).", "repository": { "url": "https://github.com/prefrontal-systems/cortexgraph", "source": "github" }, "version": "0.5.2", "packages": [ { "registryType": "pypi", "identifier": "cortexgraph", "version": "0.5.2", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "Storage path for short-term memory JSONL files", "isRequired": false, "format": "string", "isSecret": false, "name": "CORTEXGRAPH_STORAGE_PATH", "default": "~/.config/cortexgraph/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": "CORTEXGRAPH_DECAY_MODEL", "default": "power_law" }, { "description": "Half-life in days for power-law decay model", "isRequired": false, "format": "number", "isSecret": false, "name": "CORTEXGRAPH_PL_HALFLIFE_DAYS", "default": "3.0" } ] } ] }

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

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