An open API service indexing awesome lists of open source software.

https://github.com/oxplot/snowflake-mcp


https://github.com/oxplot/snowflake-mcp

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

An MCP for querying Snowflake. External browser auth is the only one
supported in order to avoid storing Snowflake credentials on disk.

**WARNING: No attempt has been made to disallow writes. Your only
defence against a malicious/misbehaving LLM is the permissions you grant
to the Snowflake account.**

## Use with Claude Code CLI

```sh
claude mcp add-json snowflake '{
"command": "go",
"args": [
"run",
"github.com/oxplot/snowflake-mcp@latest",
"-account=PPXXXXX-XXXXXXX",
"-role=reporter"
]
}'

```