helix

appspace/helix
★ 1 stars TypeScript 🗄️ Database Updated 1d ago
Unified database UI + MCP server for MySQL, PostgreSQL and MongoDB
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": {
    "helix": {
      "command": "npx",
      "args": [
        "-y",
        "appspace/helix"
      ]
    }
  }
}

README Excerpt

A MySQL database management web app — a browser-based alternative to MySQL Workbench. Built with React, TypeScript, and Vite. Designed to run locally (e.g. inside a Docker container) and accessed at `localhost`. - SQL query editor with line numbers and `Ctrl+Enter` to run - Schema browser — collapsible tree of tables, columns (with types and PK indicators), views, procedures, triggers

Topics

db-clientmcpmcp-serversmongomysqlmysqlworkbenchpostgresql