BigQuery-Assistant
Verified Safeby kalivemularajendra
Overview
A FastMCP-powered BigQuery server that provides intelligent data discovery and analytics capabilities through specialized AI agents.
Installation
python bigquery_fastmcp/server.py --project YOUR_PROJECT --location YOUR_LOCATION --port 8001Environment Variables
- BIGQUERY_PROJECT
Security Notes
The server uses environment variables for sensitive BigQuery project ID, location, and service account key file, which is good practice. It leverages Google Cloud's official `google-cloud-bigquery` and `google.auth` libraries for authentication, supporting service account key files and Application Default Credentials. There are no obvious hardcoded secrets, `eval` calls, or obfuscation. Logging of the key file path is intentionally avoided. Network communication uses standard HTTP/SSE.
Similar Servers
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
mcp
Securely control Fastly CDN/edge infrastructure through natural language interactions with AI assistants.
agentxsuite
A unified open-source platform for connecting, managing, and monitoring AI agents and tools across various Model Context Protocol (MCP) servers.