Update README.md by adding BigQuery MCP server

This PR adds a link to a MCP BigQuery Server. The server is maintained in its own repository at https://github.com/ergut/mcp-bigquery-server and is available via npm.
This commit is contained in:
Salih Ergut
2024-12-05 00:57:28 +03:00
committed by GitHub
parent 689315d6fa
commit 461163f89a

View File

@@ -80,6 +80,7 @@ Provides access to customer profiles inside of customer data platforms
Secure database access with schema inspection capabilities. Enables querying and analyzing data with configurable security controls including read-only access.
- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
- [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features