LogoSTMCP
Download
devdb-vscode

DevDb

DevDb is a lightweight VS Code extension that auto-loads your database and provides powerful development affordances, including MCP server integration, quick table access, and zero-config support for popular frameworks.

Tools

1. MCP Server

Provide your database information to AI-powered IDEs and MCP clients like Cursor, Windsurf, etc.

Open Graph image for DevDb

JSON Config

{
  "mcpServers": {
    "devdb": {
      "command": "node",
      "args": [
        "/path/to/devdb-mcp-server.js"
      ],
      "env": {
        "DEVDBCONFIG": "/path/to/.devdbrc"
      }
    }
  }
}

Information