MCP Server
MCP
io.github.SurajKGoyal/amnesic
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
Install
uvx amnesic
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "amnesic",
"version": "0.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Replace [postgres] with the driver(s) you need: [mysql], [mssql], [sqlite], or [all].",
"value": "amnesic[postgres]",
"type": "named",
"name": "--from"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment