Skip to content
Cursor

memex for Cursor

io.github.evan-moon/memex

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

client:Cursor transport:stdio runtime:npm

Install memex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "memex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@evan-moon/memex"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memex in other clients