memex for Cline
io.github.evan-moon/memex
Local-first second brain with semantic search. Markdown notes indexed by a local ML model.
client:Cline
transport:stdio
runtime:npm
Install memex in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs