Skip to content
Cursor

Memoire for Cursor

io.github.sarveshsea/memoire

Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools.

client:Cursor transport:stdio runtime:npm

Install Memoire in Cursor

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

{
  "mcpServers": {
    "memoire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sarveshsea/memoire"
      ]
    }
  }
}

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

Memoire in other clients