dbt-docs-mcp
@mattijsdp
dbt-docs-mcp について
MCP (model context protocol) server for interacting with dbt Docs
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dbt-docs-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is dbt-docs-mcp?
dbt-docs-mcp is an MCP server that exposes dbt project metadata from manifest.json and catalog.json artifacts. It lets you query graph information, inspect node details, and explore model and column lineage within a dbt project.
How to use dbt-docs-mcp?
Requires Python and uv. Clone the repo, optionally run the provided script to generate column-level lineage data, then start the server with uv run … mcp run … and set the environment variables MANIFEST_PATH, SCHEMA_MAPPING_PATH, and MANIFEST_CL_PATH. Configuration is typically placed in an MCP client’s mcp.json.
Key features of dbt-docs-mcp
- Search nodes by name, column name, or compiled SQL.
- Retrieve detailed attributes of any node by unique ID.
- Find direct upstream predecessors of a node.
- Find direct downstream successors of a node.
- Trace column-level ancestors and descendants.
- Supports extensions for SQL execution and database metadata.
Use cases of dbt-docs-mcp
- Discover which models depend on a given source table.
- Understand the full upstream lineage of a specific column.
- Find models whose compiled SQL contains a known pattern.
- Validate the impact of schema changes on downstream nodes.
FAQ from dbt-docs-mcp
—
「メモリとナレッジ」の他のコンテンツ
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
コメント