MCP Directory

mattijsdp/dbt-docs-mcp

GitHub
Databases

MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y dbt-docs-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from mattijsdp/dbt-docs-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "dbt-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dbt-docs-mcp"
      ]
    }
  }
}

Route mattijsdp/dbt-docs-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add dbt-docs-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use mattijsdp/dbt-docs-mcp directly without routing

npx -y dbt-docs-mcp

New to Agent-CoreX? View setup guide →

mattijsdp/dbt-docs-mcp MCP Server — Agent-CoreX