Skip to main content
Glama

dbt-mcp

Official
by dbt-labs
vite.config.ts432 B
import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; // https://vite.dev/config/ export default defineConfig({ plugins: [react()], // Use relative asset URLs so the app works when served from any base path base: "./", build: { // Emit into the Python package so assets are included in sdist/wheels outDir: "../src/dbt_mcp/ui/dist", emptyOutDir: true, assetsDir: "assets", }, });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server