mcp-alchemy

runekaagaard/mcp-alchemy
★ 397 stars Python 🗄️ Database Updated 1mo ago
A MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-alchemy