Skip to main content
DatabasesPython

runekaagaard/mcp-alchemy

Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/runekaagaard/mcp-alchemy

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "runekaagaard/mcp-alchemy"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
runekaagaard