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.
MNEMEX_STORAGE_PATHStorage path for short-term memory JSONL files
LTM_VAULT_PATHPath to Obsidian vault for long-term memory
MNEMEX_DECAY_MODELDecay model: power_law (default), exponential, or two_component
MNEMEX_PL_HALFLIFE_DAYSHalf-life in days for power-law decay model
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 mnemexRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.