https://github.com/oxplot/snowflake-mcp
https://github.com/oxplot/snowflake-mcp
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxplot/snowflake-mcp
- Owner: oxplot
- Created: 2025-03-17T05:53:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-29T02:07:56.000Z (6 months ago)
- Last Synced: 2025-08-11T13:31:12.615Z (3 months ago)
- Language: Go
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ snowflake
- toolsdk-mcp-registry - ❌ snowflake
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"
]
}'
```