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
{
"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