Skip to content
Cursor

memory mcp lite for Cursor

io.github.thuupx/memory-mcp-lite

A lightweight, structured, token-efficient local-first MCP memory server

client:Cursor transport:stdio runtime:npm

Install memory mcp lite in Cursor

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

{
  "mcpServers": {
    "memory-mcp-lite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memory-mcp-lite"
      ]
    }
  }
}

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

memory mcp lite in other clients