memex for Claude Desktop
io.github.evan-moon/memex
Local-first second brain with semantic search. Markdown notes indexed by a local ML model.
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
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs