2 months ago
A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
Server Config
{
"mcpServers": {
"snowflake": {
"command": "uvx",
"args": [
"--python=3.13",
"--from",
"mcp-snowflake-server-nsp",
"mcp_snowflake_server",
"--connections-file",
"/absolute/path/to/snowflake_connections.toml",
"--connection-name",
"myconn"
]
}
}
}