Back to MCP Servers

Amnesic

The MCP server that remembers your database — persists table/column annotations, an FK relationship graph, and searchable notes across sessions, so the model stops re-discovering your schema every time. PostgreSQL, MySQL, MSSQL, SQLite; read-only-enforced.

databasespostgresmysqlsqlite

Installation

npx -y amnesic

Configuration

{
  "mcpServers": {
    "amnesic": {
      "command": "npx",
      "args": ["-y", "amnesic"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub