Discover and explore top open-source AI tools and projects—updated daily.
gridexNative cross-platform database IDE with AI integration
Top 58.9% on SourcePulse
Summary
Gridex is a native macOS/Windows database IDE for developers and power users, unifying access to seven database systems (PostgreSQL, MySQL, SQLite, Redis, MongoDB, SQL Server, ClickHouse). It offers a fast, keyboard-driven interface, integrated AI schema understanding for SQL generation, and a secure, local MCP server for agent integration, prioritizing local credential management without cloud sync or telemetry.
How It Works
Built natively for macOS (AppKit) and Windows (WinUI 3), Gridex avoids Electron for core UI components. It employs a unified DatabaseAdapter protocol across seven drivers, ensuring consistent features like grids, query editors, ER diagrams, and backups across all engines. AI integration allows LLMs (Claude, GPT, Gemini, Ollama) to parse schemas and generate SQL securely. An embedded MCP server exposes connections and tools to clients (e.g., Claude Desktop, Cursor) with a 3-tier permission model and audit logging, keeping credentials local.
Quick Start & Requirements
cd gridex, then swift build (debug) or ./scripts/build-app.sh (macOS app bundle).Highlighted Details
Maintenance & Community
Contributions are welcomed via CONTRIBUTING.md and CODE_OF_CONDUCT.md. No specific maintainer, sponsorship, or community channel details are present.
Licensing & Compatibility
Limitations & Caveats
Platform-specific UI frameworks (AppKit vs. WinUI 3) may introduce subtle differences. Windows ER diagram rendering uses an in-process Dagre/WebView, potentially differing from macOS native CoreGraphics. README lacks details on specific bugs or alpha/beta status.
4 days ago
Inactive