amnesic
Rank #6,844io.github.SurajKGoyal/amnesic
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
amnesic is a Model Context Protocol (MCP) server published by surajkgoyal. It ranks #6,844 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. amnesic is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on May 26, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 108,747 of 115,591 servers on MCP Toplist.
Use amnesic
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add amnesic -- uvx --from "amnesic[postgres]" amnesic[mcp_servers.amnesic]
command = "uvx"
args = ["--from", "amnesic[postgres]", "amnesic"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"amnesic": {
"command": "uvx",
"args": [
"--from",
"amnesic[postgres]",
"amnesic"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"amnesic": {
"command": "uvx",
"args": [
"--from",
"amnesic[postgres]",
"amnesic"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"amnesic": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"amnesic[postgres]",
"amnesic"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"amnesic": {
"command": "uvx",
"args": [
"--from",
"amnesic[postgres]",
"amnesic"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"amnesic": {
"command": "uvx",
"args": [
"--from",
"amnesic[postgres]",
"amnesic"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SurajKGoyal%2Famnesic)<a href="https://mcptoplist.com/server/io.github.SurajKGoyal%2Famnesic"><img src="https://mcptoplist.com/badge/io.github.SurajKGoyal%2Famnesic.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
surajkgoyal
Other servers by surajkgoyal
View all surajkgoyal servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.2 | Jun 22, 2026 |
| 0.2.0 | Jun 9, 2026 |
| 0.1.12 | May 26, 2026 |
| 0.1.10 | May 26, 2026 |
Frequently asked questions
- Who maintains amnesic?
- amnesic is maintained by surajkgoyal, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is amnesic listed on the Official MCP Registry?
- Yes — amnesic is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does amnesic have?
- MCP Toplist tracks 4 versions of amnesic, most recently published on Jun 22, 2026.
- Where can I find the source code for amnesic?
- The source code for amnesic is hosted at github.com/surajkgoyal/amnesic.