Back to MCP Servers
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.
databasespostgresmysqlsqlite
By runekaagaard
Installation
npx -y mcp-alchemyConfiguration
{
"mcpServers": {
"mcp-alchemy": {
"command": "npx",
"args": ["-y", "mcp-alchemy"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes