Persistent semantic memory for SQL databases that survives across AI sessions. Point it at Postgres, MySQL, MSSQL, or SQLite and annotate tables, columns, or enums once. Those annotations live in a local SQLite knowledge store that every future conversation can read. The irony in the name is intentional: it's read-only by design with two enforcement layers (static SQL analysis plus transaction rollback), so you can safely aim it at production. Ships with an interactive setup wizard that tests connections before saving credentials. Install via pipx, run the init wizard, add the server block to your MCP client config, and your AI stops asking what a status code means every single session.
claude mcp add --transport stdio surajkgoyal-amnesic -- uvx amnesic