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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y dbt-docs-mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add dbt-docs-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use mattijsdp/dbt-docs-mcp directly without routing
npx -y dbt-docs-mcpNew to Agent-CoreX? View setup guide →