Snowflake Cortex MCP Server - NodeJS
@thisisbhanuj
Snowflake Cortex MCP Server - NodeJS について
This Snowflake MCP server provides tooling for Snowflake Cortex AI features, bringing these capabilities to the MCP ecosystem. When connected to an MCP Client (e.g. Claude for Desktop, fast-agent, Agentic Orchestration Framework), users can leverage these Cortex AI features.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Cortex Agent AI": {
"command": "ABSOLUTE_PATH\\nodejs\\npx.cmd",
"args": [
"tsx",
"--watch",
"--env-file",
"ABSOLUTE_PATH\\snowflake-cortex-mcp\\.env",
"ABSOLUTE_PATH\\snowflake-cortex-mcp\\src\\mcp\\MCP.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Snowflake Cortex MCP Server - NodeJS?
A Model Context Protocol server that provides tooling for Snowflake Cortex AI features, enabling queries on structured and unstructured data via MCP clients. It supports Cortex Search, Cortex Analyst, and Cortex Agent.
How to use Snowflake Cortex MCP Server - NodeJS?
Run yarn dev to start the server. Configure connection using environment variables, including SNOWFLAKE_PAT for Programmatic Access Token. Integrate with an MCP client (e.g., Claude Desktop, VS Code + Copilot) by adding the server to the client’s configuration file.
Key features of Snowflake Cortex MCP Server - NodeJS
- Query unstructured data using Cortex Search.
- Query structured data via Cortex Analyst with semantic models.
- Use Cortex Agent for multi‑step data orchestration.
- Dynamically build agent requests with Payload Builder.
- Works with multiple MCP clients (Claude Desktop, VS Code Copilot, etc.).
- Authenticates via Programmatic Access Tokens.
Use cases of Snowflake Cortex MCP Server - NodeJS
- Build a natural language data assistant in VS Code with Copilot.
- Enable RAG workflows by querying unstructured Snowflake data.
- Convert natural language questions into SQL queries via Cortex Analyst.
- Orchestrate complex queries across structured and unstructured data with Cortex Agent.
FAQ from Snowflake Cortex MCP Server - NodeJS
How do I connect to Snowflake?
Use a Programmatic Access Token (PAT) set as the environment variable SNOWFLAKE_PAT.
How do I try this?
The MCP server is meant to be used with an MCP client as orchestrator. See the MCP Introduction for details.
Where is this deployed? Is this in Snowpark Container Services?
All tools are managed services available via REST API. No separate remote deployment is required; the MCP client starts the server locally.
I'm receiving permission errors from my tool calls.
Programmatic Access Tokens do not evaluate secondary roles. Create a PAT with a single role that has access to all required services, or select “any role” when creating the token.
How many Cortex Search or Cortex Analysts can I add?
You can add multiple instances of both services. The MCP client will determine which ones to use based on the user’s prompt.
「データベース」の他のコンテンツ
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
コメント