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
{
"dependencies": {
"@ai-sdk/openai": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.12.0",
"ai": "^4.0.0"
},
"description": "Example of using Vercel AI SDK with dbt-mcp",
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.7.0"
},
"name": "ai-sdk-agent",
"scripts": {
"start": "npx tsx src/index.ts",
"start:local": "npx tsx src/local.ts"
},
"type": "module",
"version": "0.1.0"
}