Weaviate's MCP server, built into the database itself — hybrid search, schema inspection, tenant listing and batch upserts at /v1/mcp, scoped by RBAC.
Snowflake
Summary
Snowflake Labs' MCP server — query the warehouse, use Cortex search and analyst, and manage objects.
Features
- Query Snowflake warehouses through Cortex services
- Object management for databases, schemas, and tables
- Configurable tool exposure via a service config file
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Snowflake's MCP server from Snowflake Labs connects an assistant to a Snowflake account, covering both data access and the Cortex AI services layered on top of it.
Capabilities
- Cortex Analyst for asking questions of a semantic model in natural language and getting governed SQL back
- Cortex Search for retrieval over unstructured data stored in Snowflake
- SQL execution against warehouses, with configurable permissions on what statement types are allowed
- Object management for databases, schemas, tables, warehouses, and stages
Configuration
Tool exposure is driven by a service configuration file, so you decide exactly which Cortex services and SQL operations an assistant can reach. That granularity matters in an environment where the warehouse holds regulated data and query cost is metered.
Runs with uvx snowflake-labs-mcp pointed at your config file, authenticating through standard Snowflake connection parameters or key-pair authentication.
Related MCP Servers
Google's open-source MCP server for enterprise databases — one binary that fronts AlloyDB, BigQuery, Spanner, Postgres, MySQL, Oracle, MongoDB, Snowflake and more.
A universal database MCP server — one integration for PostgreSQL, MySQL, SQL Server, SQLite, and MariaDB.
MongoDB's official MCP server — query databases, explore schemas, and manage Atlas clusters from an AI client.

