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
By SurajKGoyal
Installation
npx -y amnesicConfiguration
{
"mcpServers": {
"amnesic": {
"command": "npx",
"args": ["-y", "amnesic"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes