Skip to content

v0.1.14 — Documentation: Is this safe with my data?

Choose a tag to compare

@SurajKGoyal SurajKGoyal released this 27 May 06:16
· 25 commits to main since this release

Adds a calibrated README section answering the most common question new users (and recruiters) have when seeing an MCP server for SQL databases: "is this safe with my data?"

Key points the new section makes:

  • The trust boundary sits at the AI client, not at amnesic. amnesic doesn't introduce a new external service — it slots into whatever AI deployment the user already trusts.
  • Frames the safety question universally — works for indie devs (Claude Pro, Cursor on personal projects) and enterprise teams (Bedrock, Azure OpenAI, Anthropic Enterprise, Vertex AI, self-hosted).
  • Names specific regulatory regimes precisely (HIPAA PHI, PCI cardholder data, GDPR, India DPDP Act, data residency) for users who need to check.
  • Highlights that data minimization is built into the design — the annotation layer means the AI answers most schema questions from the local SQLite knowledge file, without running queries that move row data.
  • Includes an explicit MIT-license / no-legal-advice disclaimer.

No code changes.