Skip to content
Cursor

memorymesh for Cursor

io.github.sparkvibe-io/memorymesh

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

client:Cursor transport:stdio runtime:pypi

Install memorymesh in Cursor

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

{
  "mcpServers": {
    "memorymesh": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}

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

memorymesh in other clients