Multi-database MCP server via SQLAlchemy
MCP server supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL, and other SQLAlchemy-compatible databases through a unified interface.
{
"mcpServers": {
"alchemy": {
"mcpServers": {
"mcp-alchemy": {
"env": {
"DATABASE_URL": "postgresql://user:pass@localhost/dbname"
},
"args": [
"mcp-alchemy"
],
"command": "uvx"
}
}
}
}
}