We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
v1.9.0.md•995 B
## v1.9.0 - 2026-02-11
### Enhancement or New Feature
* Add Dockerfile and .dockerignore for containerized deployment
* Add get_all_macros discovery tool
* Move Logging setup before settings so settings can be logged.
* Add AI SDK agent example for building TypeScript applications with dbt MCP
### Under the Hood
* Handle invalid tool names in tool allowlist
* Enhance docs gen script to include d2.png updates / proper MCP casing
* Align get_lineage_dev to have similar signature to get_lineage. Rename get_model_lineage_dev to get_lineage to align to naming better as well.
* Use task:d2 to generate d2.png
* Add human tool descriptions for improved README documentation
### Bug Fix
* Split selector into model_selector and column_selector for dbt.listNodes LSP command
* Fix empty error messages in semantic layer query_metrics tool errors
* Fix get_metrics_compiled_sql and query_metrics failing with "Group by metric_time not found" when combining metrics from different semantic models