Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Dbt Server

БесплатноНе проверен

A minimal, extensible MCP server to run dbt models via CLI, HTTP API, or AI interfaces like Claude, with Slack notifications for task completions.

GitHubEmbed

Описание

A minimal, extensible MCP server to run dbt models via CLI, HTTP API, or AI interfaces like Claude, with Slack notifications for task completions.

README

This is a minimal, extensible MCP (Model Control Protocol) server to run dbt models with a unified interface.

If you like this repo, leave a ⭐️ — it means a lot!

Overview

A unified JSON-based workflow for triggering dbt models, tests, and other dbt operations, triggered via CLI, API, or an AI interface like Claude. Includes Slack notifications for task completions.

🚀 Getting Started

✅ Ready to plug into AI tools like Claude for prompt-driven automation!

Run Locally with UV

uvicorn mcp_dispatcher:app --reload --port 8000

Run with Docker

docker build -t dbt-mcp-server .
docker run -p 8000:8000 dbt-mcp-server

5. Trigger MCP from Claude (supported client)

python claude_client_example.py

📣 Slack Alerts

Set your SLACK_WEBHOOK_URL to get alerts on model success or failure.

🔌 Usage

python mcp_dispatcher.py mcp_request.json
{
  "mcpServers": {
    "fetch": {
      "command": "node",
      "args": [
        "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
      ]
    }
  }
}

Features

  • Run dbt models using a clean JSON spec
  • Accept CLI or HTTP API calls
  • Slack alerts for model status
  • Compatible with Claude

🛠️ Contributing

If you're interested in contributing, feel free to open an issue to start a discussion or directly submit a pull request. Whether it's code, ideas, or feedback—all contributions are welcome!

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

from github.com/kannandreams/dbt-mcp-server

Установка Dbt Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kannandreams/dbt-mcp-server

FAQ

Dbt Server MCP бесплатный?

Да, Dbt Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Dbt Server?

Нет, Dbt Server работает без API-ключей и переменных окружения.

Dbt Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Dbt Server в Claude Desktop, Claude Code или Cursor?

Открой Dbt Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Dbt Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication