memex
About
Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MEMEX_DIR MEMEX_USER_ID MEMEX_HYBRIDClaude Code
claude mcp add --env MEMEX_DIR= --env MEMEX_USER_ID= --env MEMEX_HYBRID= memex -- docker ghcr.io/kioie/memex:0.6.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"memex","command":"docker","args":["ghcr.io/kioie/memex:0.6.0"],"env":{"MEMEX_DIR":"","MEMEX_USER_ID":"","MEMEX_HYBRID":""}}'
JSON
{
"mcpServers": {
"memex": {
"command": "docker",
"args": [
"ghcr.io/kioie/memex:0.6.0"
],
"env": {
"MEMEX_DIR": "",
"MEMEX_USER_ID": "",
"MEMEX_HYBRID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.