Skip to content
Claude Desktop

memex for Claude Desktop

io.github.stifler7/memex

Temporal engineering context for agents via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install memex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "stifler-memex-mcp"
      ],
      "env": {
        "NEO4J_URI": "<NEO4J_URI>",
        "NEO4J_USER": "<NEO4J_USER>",
        "NEO4J_PASSWORD": "<NEO4J_PASSWORD>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memex in other clients