Skip to main content
ClaudeWave

Open-source database client for PostgreSQL, MySQL/MariaDB and SQLite with SQL notebooks, visual EXPLAIN, AI and MCP built in. Hackable with plugins.

MCP Servers2.4k stars167 forksTypeScriptApache-2.0Updated yesterday
Editor's note

Tabularis is an open-source desktop database client built with Tauri and React that connects to PostgreSQL, MySQL/MariaDB, and SQLite through a cross-platform GUI available for Windows, macOS, and Linux. Its feature set includes a SQL editor, SQL notebooks, a visual query builder, a data grid for browsing and editing records, and a visual EXPLAIN tool for inspecting query execution plans. The application integrates with Claude via a built-in MCP server, allowing AI agents to query connected databases, inspect schemas, and run SQL directly from compatible MCP clients. A plugin system lets developers extend core functionality without modifying the application source. The project itself originated as an AI-assisted development experiment, and that origin shapes its design philosophy around AI-first workflows. Developers who regularly switch between database engines and want a single desktop tool that also exposes their data to Claude-based agents through MCP are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/TabularisDB/tabularis
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tabularis": {
      "command": "node",
      "args": ["/path/to/tabularis/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/TabularisDB/tabularis and follow its README for install instructions.

8 items in this repository

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\", \"Trace this bug\"

Install

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\"

Install

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: \"Index this repo\", \"Reanalyze the codebase\", \"Generate a wiki\"

Install

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: \"What GitNexus tools are available?\", \"How do I use GitNexus?\"

Install

Analyze blast radius before making code changes

Install

Plan safe refactors using blast radius and dependency mapping

Install

Generate a Discohook-ready JSON embed for a Tabularis release given its version. Reads CHANGELOG.md for the changes and src/data/changelog.ts for the blog post URL, then fills in template.json (which the user can customize) and writes the result. Use when the user asks for a Discord release announcement, a Discohook embed, or "il json per discohook" for a specific version.

Install

Use when creating or updating a Tabularis database driver plugin in Rust. Covers modern manifest fields, JSON-RPC over stdio, modular plugin layout, MySQL-level feature coverage targets, optional UI extensions, and validation against Tabularis repo rules.

Install
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
ai-agentai-assistantcross-platformdatabase-clientdatabase-guidatabase-tooler-diagrammariadbmcpmcp-servermysqlpostgresqlrustsqlsql-editorsql-notebooksqlitetauritypescriptvisual-query-builder

What people ask about tabularis

What is TabularisDB/tabularis?

+

TabularisDB/tabularis is mcp servers for the Claude AI ecosystem. Open-source database client for PostgreSQL, MySQL/MariaDB and SQLite with SQL notebooks, visual EXPLAIN, AI and MCP built in. Hackable with plugins. It has 2.4k GitHub stars and was last updated yesterday.

How do I install tabularis?

+

You can install tabularis by cloning the repository (https://github.com/TabularisDB/tabularis) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is TabularisDB/tabularis safe to use?

+

Our security agent has analyzed TabularisDB/tabularis and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains TabularisDB/tabularis?

+

TabularisDB/tabularis is maintained by TabularisDB. The last recorded GitHub activity is from yesterday, with 60 open issues.

Are there alternatives to tabularis?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy tabularis to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: TabularisDB/tabularis
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tabularisdb-tabularis)](https://claudewave.com/repo/tabularisdb-tabularis)
<a href="https://claudewave.com/repo/tabularisdb-tabularis"><img src="https://claudewave.com/api/badge/tabularisdb-tabularis" alt="Featured on ClaudeWave: TabularisDB/tabularis" width="320" height="64" /></a>

More MCP Servers