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

Installation

npx -y mcp-alchemy

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub