Skip to content
Cursor

memoweft for Cursor

io.github.memoweft/memoweft

Portable AI memory as MCP tools: five reads and three controlled writes.

client:Cursor transport:stdio runtime:npm

Install memoweft in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memoweft": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memoweft/mcp-server"
      ],
      "env": {
        "MEMOWEFT_DB_PATH": "<MEMOWEFT_DB_PATH>"
      }
    }
  }
}

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

memoweft in other clients