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.
Quick Start
Clone the repository:
git clone https://github.com/runekaagaard/mcp-alchemyClaude Desktop configuration example:
{
"mcpServers": {
"mcp-alchemy": {
"command": "npx",
"args": [
"-y",
"runekaagaard/mcp-alchemy"
]
}
}
}Check the repository README for specific installation and configuration instructions.