RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.nsphung/mcp-snowflake-server · v0.13.0
A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
Snowflake MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-snowflake-server": {
"command": "uvx",
"args": [
"mcp-snowflake-server-nsp"
]
}
}
}SNOWFLAKE_ACCOUNT可选Snowflake account identifier
SNOWFLAKE_USER可选Snowflake username
SNOWFLAKE_PASSWORD可选secretPassword (not required for key-pair / SSO)
SNOWFLAKE_WAREHOUSE可选Virtual warehouse to use
SNOWFLAKE_DATABASE可选Default database
SNOWFLAKE_SCHEMA可选Default schema
SNOWFLAKE_ROLE可选Role to assume
SNOWFLAKE_AUTHENTICATOR可选Authentication method. Defaults to 'snowflake' if not set. Valid values: snowflake, externalbrowser, snowflake_jwt, oauth, oauth_client_credentials
SNOWFLAKE_PRIVATE_KEY_FILE可选Absolute path to .p8 private key file
SNOWFLAKE_PRIVATE_KEY_FILE_PWD可选secretPassphrase for encrypted private key
SNOWFLAKE_OAUTH_CLIENT_ID可选OAuth 2.0 client ID (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_CLIENT_SECRET可选secretOAuth 2.0 client secret (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL可选OAuth 2.0 token endpoint URL (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_SCOPE可选OAuth 2.0 scope (optional, e.g. session:role:MY_ROLE)
SNOWFLAKE_TOKEN可选secretPre-fetched OAuth bearer token (required for oauth authenticator)
SNOWFLAKE_ACCOUNT可选Snowflake account identifier
SNOWFLAKE_USER可选Snowflake username
SNOWFLAKE_PASSWORD可选secretPassword (not required for key-pair / SSO)
SNOWFLAKE_WAREHOUSE可选Virtual warehouse to use
SNOWFLAKE_DATABASE可选Default database
SNOWFLAKE_SCHEMA可选Default schema
SNOWFLAKE_ROLE可选Role to assume
SNOWFLAKE_AUTHENTICATOR可选Authentication method. Defaults to 'snowflake' if not set. Valid values: snowflake, externalbrowser, snowflake_jwt, oauth, oauth_client_credentials
SNOWFLAKE_PRIVATE_KEY_FILE可选Absolute path to .p8 private key file
SNOWFLAKE_PRIVATE_KEY_FILE_PWD可选secretPassphrase for encrypted private key
SNOWFLAKE_OAUTH_CLIENT_ID可选OAuth 2.0 client ID (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_CLIENT_SECRET可选secretOAuth 2.0 client secret (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL可选OAuth 2.0 token endpoint URL (required for oauth_client_credentials authenticator)
SNOWFLAKE_OAUTH_SCOPE可选OAuth 2.0 scope (optional, e.g. session:role:MY_ROLE)
SNOWFLAKE_TOKEN可选secretPre-fetched OAuth bearer token (required for oauth authenticator)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.nsphung/mcp-snowflake-server",
"type": "mcp-server",
"version": "0.13.0",
"displayName": "Snowflake MCP Server",
"description": "A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants",
"repository": {
"url": "https://github.com/nsphung/mcp-snowflake-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-snowflake-server-nsp",
"version": "0.13.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SNOWFLAKE_ACCOUNT",
"description": "Snowflake account identifier"
},
{
"name": "SNOWFLAKE_USER",
"description": "Snowflake username"
},
{
"name": "SNOWFLAKE_PASSWORD",
"description": "Password (not required for key-pair / SSO)",
"isSecret": true
},
{
"name": "SNOWFLAKE_WAREHOUSE",
"description": "Virtual warehouse to use"
},
{
"name": "SNOWFLAKE_DATABASE",
"description": "Default database"
},
{
"name": "SNOWFLAKE_SCHEMA",
"description": "Default schema"
},
{
"name": "SNOWFLAKE_ROLE",
"description": "Role to assume"
},
{
"name": "SNOWFLAKE_AUTHENTICATOR",
"description": "Authentication method. Defaults to 'snowflake' if not set. Valid values: snowflake, externalbrowser, snowflake_jwt, oauth, oauth_client_credentials"
},
{
"name": "SNOWFLAKE_PRIVATE_KEY_FILE",
"description": "Absolute path to .p8 private key file"
},
{
"name": "SNOWFLAKE_PRIVATE_KEY_FILE_PWD",
"description": "Passphrase for encrypted private key",
"isSecret": true
},
{
"name": "SNOWFLAKE_OAUTH_CLIENT_ID",
"description": "OAuth 2.0 client ID (required for oauth_client_credentials authenticator)"
},
{
"name": "SNOWFLAKE_OAUTH_CLIENT_SECRET",
"description": "OAuth 2.0 client secret (required for oauth_client_credentials authenticator)",
"isSecret": true
},
{
"name": "SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL",
"description": "OAuth 2.0 token endpoint URL (required for oauth_client_credentials authenticator)"
},
{
"name": "SNOWFLAKE_OAUTH_SCOPE",
"description": "OAuth 2.0 scope (optional, e.g. session:role:MY_ROLE)"
},
{
"name": "SNOWFLAKE_TOKEN",
"description": "Pre-fetched OAuth bearer token (required for oauth authenticator)",
"isSecret": true
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/nsphung/mcp-snowflake-server-nsp:0.13.0",
"runtimeHint": "docker",
"transport": "stdio",
"environmentVariables": [
{
"name": "SNOWFLAKE_ACCOUNT",
"description": "Snowflake account identifier"
},
{
"name": "SNOWFLAKE_USER",
"description": "Snowflake username"
},
{
"name": "SNOWFLAKE_PASSWORD",
"description": "Password (not required for key-pair / SSO)",
"isSecret": true
},
{
"name": "SNOWFLAKE_WAREHOUSE",
"description": "Virtual warehouse to use"
},
{
"name": "SNOWFLAKE_DATABASE",
"description": "Default database"
},
{
"name": "SNOWFLAKE_SCHEMA",
"description": "Default schema"
},
{
"name": "SNOWFLAKE_ROLE",
"description": "Role to assume"
},
{
"name": "SNOWFLAKE_AUTHENTICATOR",
"description": "Authentication method. Defaults to 'snowflake' if not set. Valid values: snowflake, externalbrowser, snowflake_jwt, oauth, oauth_client_credentials"
},
{
"name": "SNOWFLAKE_PRIVATE_KEY_FILE",
"description": "Absolute path to .p8 private key file"
},
{
"name": "SNOWFLAKE_PRIVATE_KEY_FILE_PWD",
"description": "Passphrase for encrypted private key",
"isSecret": true
},
{
"name": "SNOWFLAKE_OAUTH_CLIENT_ID",
"description": "OAuth 2.0 client ID (required for oauth_client_credentials authenticator)"
},
{
"name": "SNOWFLAKE_OAUTH_CLIENT_SECRET",
"description": "OAuth 2.0 client secret (required for oauth_client_credentials authenticator)",
"isSecret": true
},
{
"name": "SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL",
"description": "OAuth 2.0 token endpoint URL (required for oauth_client_credentials authenticator)"
},
{
"name": "SNOWFLAKE_OAUTH_SCOPE",
"description": "OAuth 2.0 scope (optional, e.g. session:role:MY_ROLE)"
},
{
"name": "SNOWFLAKE_TOKEN",
"description": "Pre-fetched OAuth bearer token (required for oauth authenticator)",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.nsphung/mcp-snowflake-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nsphung%2Fmcp-snowflake-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}