DE

DevDb

Created 6 months ago

A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.

development documentation public database IDE

What is DevDb?

An MCP server that runs right inside the IDE, for connecting to MySQL, Postgres, SQLite, and MSSQL databases.

Documentation

DevDb VS Code Extension

Features

  • MCP Server for database connections
  • Quick table access
  • Zero-config support for various frameworks
  • Powerful IDE integrations

Supported Databases

  • SQLite
  • MySQL
  • MariaDB
  • PostgreSQL
  • Microsoft SQL Server

Installation

Follow the instructions on the GitHub page to install the extension.

Server Config

{
  "mcpServers": {
    "devdb-server": {
      "command": "npx",
      "args": [
        "devdb"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Damms005
Category: community
License: MIT License
Tags:
development documentation public