A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"studio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-studio"
]
}
}
}