Back to Home
yummysuperapp icon

bi-cloud-run-mcp-servers

Verified Safe

by yummysuperapp

Overview

Provides AI assistants (like Claude) with access to dbt models, metrics, and BigQuery data via an MCP server deployed on Google Cloud Run.

Installation

Run Command
docker run --rm -p 8080:8080 --env-file .env.production --name dbt-mcp-local dbt-mcp-server:local

Environment Variables

  • PROJECT_ID
  • REGION
  • DBT_PROD_ENV_ID
  • DBT_USER_ID
  • DBT_TOKEN
  • GITHUB_TOKEN
  • GOOGLE_APPLICATION_CREDENTIALS_JSON

Security Notes

The project demonstrates strong security practices, emphasizing avoiding hardcoded credentials by using environment variables, GitHub Secrets, and Cloud Run Secret Manager. It provides clear documentation and setup guides for secure configuration, including proper `.gitignore` usage and separate service accounts for least privilege. The default `--allow-unauthenticated` for Cloud Run requires user attention for production hardening, but instructions to disable it are provided.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-14

Tags

dbtBigQueryCloud RunAI AssistantMCP