databases
Mcp
Open-source MCP server for Snowflake from official Snowflake-Labs supports prompting Cortex Agents, querying structured & unstructured data, object management, SQL execution, semantic view querying, and more. RBAC, fine-grained CRUD controls, and all authentication methods supported.
python
cloud
databases
Installation
npx -y Snowflake-Labs/mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp",
"command": "npx",
"args": [
"-y",
"Snowflake-Labs/mcp"
]
}About This MCP Server
Snowflake-Labs/mcp
Open-source MCP server for Snowflake from official Snowflake-Labs supports prompting Cortex Agents, querying structured & unstructured data, object management, SQL execution, semantic view querying, and more. RBAC, fine-grained CRUD controls, and all authentication methods supported.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub