76
/ 100
12 days ago
glama

Snowflake Cortex AI MCP Server

Enables interaction with Snowflake through Cortex AI services including search, analyst, and agents for querying structured and unstructured data, plus SQL execution and object management capabilities.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: SNOWFLAKE_PASSWORD, SNOWFLAKE_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSNOWFLAKE_HOSTHost --host Snowflake host URL
configSNOWFLAKE_ACCOUNTAccount --account Account identifier (e.g. xy12345.us-east-1)
configSNOWFLAKE_MCP_ENDPOINTEndpoint --endpoint /mcp
configSNOWFLAKE_MCP_VERBOSEDebug Logging --verbose false
configSNOWFLAKE_MCP_HOSTHost --server-host "0.0.0.0"
configSNOWFLAKE_MCP_PORTPort --port 9000
configSNOWFLAKE_PAT
🔐 secretSNOWFLAKE_PASSWORDPassword --password Password or programmatic access token
configSNOWFLAKE_USERUser --user, --username Username for authentication
configSNOWFLAKE_ROLERole --role Role to use for connection
configSNOWFLAKE_WAREHOUSEWarehouse --warehouse Warehouse to use for queries
configSNOWFLAKE_PASSCODEPasscode --passcode MFA passcode for authentication
🔐 secretSNOWFLAKE_PRIVATE_KEYPrivate Key --private-key Private key for key pair authentication
configSNOWFLAKE_PRIVATE_KEY_FILEPrivate Key File --private-key-file Path to private key file
configSNOWFLAKE_PRIVATE_KEY_FILE_PWDPrivate Key Password --private-key-file-pwd Password for encrypted private key
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/snowflake-labs-mcp-1wfjdk)](https://m8ven.ai/mcp/snowflake-labs-mcp-1wfjdk)
commit: 662cb486395d79ab1ad0b3538f933fe6a686ce7c
code hash: 6bb427970d47482c95a133125ec440ca683f2bf72e1c0c3ced910c8289719d1e
verified: 7/9/2026, 10:19:38 AM
view raw JSON →