PluginBench
MCP Server

io.github.simplemindedbot/mnemex MCP Server

io.github.simplemindedbot/mnemex

What is the io.github.simplemindedbot/mnemex MCP server?

Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).

How to install io.github.simplemindedbot/mnemex

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MNEMEX_STORAGE_PATH

    Storage path for short-term memory JSONL files

  • LTM_VAULT_PATH

    Path to Obsidian vault for long-term memory

  • MNEMEX_DECAY_MODEL

    Decay model: power_law (default), exponential, or two_component

  • MNEMEX_PL_HALFLIFE_DAYS

    Half-life in days for power-law decay model

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<YOUR_MNEMEX_STORAGE_PATH>",
        "LTM_VAULT_PATH": "<YOUR_LTM_VAULT_PATH>",
        "MNEMEX_DECAY_MODEL": "<YOUR_MNEMEX_DECAY_MODEL>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<YOUR_MNEMEX_PL_HALFLIFE_DAYS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<YOUR_MNEMEX_STORAGE_PATH>",
        "LTM_VAULT_PATH": "<YOUR_LTM_VAULT_PATH>",
        "MNEMEX_DECAY_MODEL": "<YOUR_MNEMEX_DECAY_MODEL>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<YOUR_MNEMEX_PL_HALFLIFE_DAYS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<YOUR_MNEMEX_STORAGE_PATH>",
        "LTM_VAULT_PATH": "<YOUR_LTM_VAULT_PATH>",
        "MNEMEX_DECAY_MODEL": "<YOUR_MNEMEX_DECAY_MODEL>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<YOUR_MNEMEX_PL_HALFLIFE_DAYS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mnemex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<YOUR_MNEMEX_STORAGE_PATH>",
        "LTM_VAULT_PATH": "<YOUR_LTM_VAULT_PATH>",
        "MNEMEX_DECAY_MODEL": "<YOUR_MNEMEX_DECAY_MODEL>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<YOUR_MNEMEX_PL_HALFLIFE_DAYS>"
      }
    }
  }
}
Claude Code
claude mcp add mnemex --env MNEMEX_STORAGE_PATH=<YOUR_MNEMEX_STORAGE_PATH> --env LTM_VAULT_PATH=<YOUR_LTM_VAULT_PATH> --env MNEMEX_DECAY_MODEL=<YOUR_MNEMEX_DECAY_MODEL> --env MNEMEX_PL_HALFLIFE_DAYS=<YOUR_MNEMEX_PL_HALFLIFE_DAYS> -- uvx mnemex

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →