← Back to Plugins
MCP Server MCP

io.github.SurajKGoyal/amnesic

github By github 👁 1 views ▲ 0 votes

Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...