MCP server for the SnowSyncMD Snowflake Native App — exposes schema docs, structured object search, column inspection, real-time annotations, safe read-only SQL queries, and per-user query permission management as Claude tools
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"snowsyncmd-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# SnowSyncMD MCP Server Connects Claude Code, Cursor, and any MCP-compatible AI assistant directly to your SnowSyncMD Native App so Claude can read Snowflake schema documentation automatically — no copy-pasting, no manual downloads, no live INFORMATION_SCHEMA queries. ## How it works ``` You ask Claude: "Write a query joining ORDERS to CUSTOMERS" ↓ Claude calls: snowflake_search_objects("orders") → finds ORDERS, FACT_ORDERS, … Claude calls: snowflake_get_schema("MY_DB","SALES","ORDERS") Claude calls: snowflake_get_schema("MY_DB","SALES","CUSTOMERS") ↓ Claude gets the column list from pre-built Markdown docs (no warehouse spin-up) ↓ Claude writes the correct query with real column names and types ``` --- ## Installation ```bash pip install snowsyncmd-mcp ``` --- ## Configuration Add to your Claude Code settings (`~/.claude/settings.json`): ```json { "mcpServers": { "snowsyncmd": { "command": "snowsyncmd-mcp", "env": { "SNOWFLAKE_ACCOUNT": "your-account-identifier", "SNOWFLAKE_USER": "your_username", "SNOWFLAKE_PASSWORD": "your_password", "SNOWFLAKE_ROLE": "ACCOUNTADMIN", "SNOWFLAKE_WAREHOUSE": "COMPUTE_WH", "SNOWSYNCMD_APP": "snowsyncmd" } } } } ``` > **Tip:** Put credentials in a `.env` file at the project root instead of > hardcoding them in settings.json. --- ## Available tools Claude sees these 9 tools and calls them automatically — no prompting required. ### `snowflake_get_schema` Returns the full Markdown schema documentation for one Snowflake object. Covers tables, views, functions, procedures, stages, pipes, tasks, masking policies, dynamic tables, and more. Each doc includes column names, data types, nullability, defaults, business descriptions, and a generation timestamp. **When Claude uses it:** Before writing SQL, before explaining table relationships, before reviewing any query that touches a specific object. ``` Claude…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.