We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NiclasOlofsson/dbt-core-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.json•506 B
{
"servers": {
"dbt-core": {
"command": "uv",
"args": [
"run",
"dbt-core-mcp",
"--project-dir",
"examples/jaffle_shop"
// Uncomment to set a timeout for DBT commands (in seconds, use 0 for no timeout)
// "--dbt-command-timeout",
// "300"
],
"cwd": ".",
"env": {
// AI: Increment this value (1, 2, 3, etc.) to force VS Code to restart the MCP server for testing
"_RESTART": "71"
}
}
}
}