mcp-snowflake-service
32
This project is an MCP server that empowers the Claude Desktop client to access Snowflake databases securely. It features automatic connection management, secure query execution, and robust error handling, enhancing the client's database interaction capabilities.
C:\Users\K\anaconda3\envs\regular310\python.exe
{ "mcpServers": { "snowflake": { "command": "C:\\Users\\K\\anaconda3\\envs\\regular310\\python.exe", "args": [ "D:\\tools\\mcp-snowflake\\server.py" ] } } }
C:\Users\YourUsername\anaconda3\python.exe
{ "mcpServers": { "snowflake": { "command": "C:\\Users\\YourUsername\\anaconda3\\python.exe", "args": [ "C:\\Path\\To\\mcp-snowflake\\server.py" ] } } }
/usr/bin/python3
{ "mcpServers": { "snowflake": { "command": "/usr/bin/python3", "args": [ "/path/to/mcp-snowflake/server.py" ] } } }