This Snowflake MCP server provides tooling for Snowflake Cortex AI features, bringing these capabilities to the MCP ecosystem. When connected to an MCP Client (e.g. Claude for Desktop, fast-agent, Agentic Orchestration Framework), users can leverage these Cortex AI features.
The MCP server currently supports the below Cortex AI capabilities:
Cortex Search: Query unstructured data in Snowflake as commonly used in Retrieval Augmented Generation (RAG) applications.
Cortex Analyst: Query structured data in Snowflake via rich semantic modeling.
Cortex Agent: Agentic orchestrator across structured and unstructured data retrieval
Server Config
{
"mcpServers": {
"Cortex Agent AI": {
"command": "ABSOLUTE_PATH\\nodejs\\npx.cmd",
"args": [
"tsx",
"--watch",
"--env-file",
"ABSOLUTE_PATH\\snowflake-cortex-mcp\\.env",
"ABSOLUTE_PATH\\snowflake-cortex-mcp\\src\\mcp\\MCP.ts"
]
}
}
}