Skip to content
Cursor

memoro for Cursor

io.github.circassian1977-byte/memoro

Personal AI memory layer on your own computer. Read/write durable memory across MCP clients.

client:Cursor transport:stdio runtime:npm

Install memoro in Cursor

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

{
  "mcpServers": {
    "memoro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memoro/mcp-server"
      ]
    }
  }
}

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

memoro in other clients