databases

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.

python
local
databases
0
View on GitHub

Installation

npx -y runekaagaard/mcp-alchemy

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/runekaagaard/mcp-alchemy

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub