Back to directory
runekaagaard/mcp-alchemy

runekaagaard/mcp-alchemy

@runekaagaard

A MCP server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.

databasesqlalchemymcpsqlitepostgresqlmysqloraclemssql

Installation & Configuration

{
  "mcpServers": {
    "my_sqlite_db": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-alchemy==2025.8.15.91819",
        "--refresh-package",
        "mcp-alchemy",
        "mcp-alchemy"
      ],
      "env": {
        "DB_URL": "sqlite:////absolute/path/to/database.db"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12