amnesic for Cursor
io.github.surajkgoyal/amnesic
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
client:Cursor
transport:stdio
runtime:pypi
Install amnesic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amnesic": {
"type": "stdio",
"command": "uvx",
"args": [
"amnesic"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs