memwright for Cursor
io.github.bolnet/memwright
Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.
client:Cursor
transport:stdio
runtime:pypi
Install memwright in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memwright": {
"type": "stdio",
"command": "uvx",
"args": [
"memwright"
],
"env": {
"PG_CONNECTION_STRING": "<PG_CONNECTION_STRING>",
"NEO4J_PASSWORD": "<NEO4J_PASSWORD>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs