
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "snowflake": {4 "env": {},5 "args": [6 "--python=3.12",7 "mcp_snowflake_server",8 "--account",9 "your_account",10 "--warehouse",11 "your_warehouse",12 "--user",13 "your_user",14 "--password",15 "your_password",16 "--role",17 "your_role",18 "--database",19 "your_database",20 "--schema",21 "your_schema"22 ],23 "command": "uvx"24 }25 }26}
No reviews yet. Be the first to review!
Sign in to join the conversation