MCP.so
登录
S

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.

基本信息

分类

数据库

传输方式

stdio

发布者

thisisbhanuj

提交者

Bhanuj Kashyap

配置

使用下面的配置,将此服务器添加到你的 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.

评论

数据库 分类下的更多 MCP 服务器