dbt-docs-mcp
dbt-docs-mcp
dbtプロジェクトメタデータ(dbt Docsアーティファクト( manifest.json 、 catalog.json )を含む)を操作するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーはdbtグラフ情報を公開し、ノードの詳細、モデル/列の系統、および関連メタデータのクエリを可能にします。
主な機能
このサーバーは次のツールを提供します:
dbtノードを検索:
名前でノード (モデル、ソース、テストなど) を検索します (
search_dbt_node_names)。列名に基づいてノードを検索します (
search_dbt_column_names)。ノードのコンパイルされた SQL コード内を検索します (
search_dbt_sql_code)。
ノードを検査する:
指定されたノードの一意の ID の詳細な属性を取得します (
get_dbt_node_attributes)。
系譜を探索:
ノードの直接の上流依存関係 (先行ノード) を検索します (
get_dbt_predecessors)。ノードの直接の下流従属ノード (後継ノード) を検索します (
get_dbt_successors)。
列レベルの系統:
モデル内の特定の列のすべての上流ソースをトレースします (
get_column_ancestors)。モデル内の特定の列のすべての下流依存関係をトレースします (
get_column_descendants)。
推奨される拡張機能:
SQL クエリを実行できるツール。
データベースから直接テーブル/ビュー/列のメタデータを取得するツール。
ナレッジベースを検索するためのツール。
Related MCP server: OpsLevel MCP
はじめる
前提条件: Pythonがインストールされ、 uv
リポジトリをクローンします:
git clone <repository-url> cd dbt-docs-mcpオプション: 列レベルの系統の dbt マニフェストを解析します。
必要なPython環境をセットアップします(例:GXP2)
提供されているスクリプト
scripts/create_manifest_cl.pyを使用して、dbt マニフェスト、dbt カタログへのパスと、スキーマおよび列系統ファイルの目的の出力パスを指定します: GXP3dbt プロジェクトのサイズによっては、列系統の作成に時間がかかる場合があります (数時間)
サーバーを実行します。
ご希望のMCPクライアント(Claudeデスクトップ、Cursorなど)がmcp.jsonをサポートしている場合は、以下のようになります。GXP4
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for querying Forkast documentation
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
A Model Context Protocol server for Wix AI tools
MCP server to assist with JxBrowser development.
Related MCP Servers
- AlicenseBqualityAmaintenanceA MCP (Model Context Protocol) server for interacting with dbt.16602Apache 2.0

OpsLevel MCPofficial
AlicenseNot gradedqualityCmaintenanceModel Context Protocol (MCP) server for OpsLevel12MIT- AlicenseBqualityBmaintenanceA Model Context Protocol (MCP) server for Storybook.290846MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server for querying multi-repo engineering documentation artifacts from a SQLite corpus.10AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mattijsdp/dbt-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server