snowflake-cortex-mcp-foundry-fabric-multi-agent

curious-bigcat/snowflake-cortex-mcp-foundry-fabric-multi-agent
★ 0 stars Unknown language 🤖 AI/LLM Updated 1mo ago
Multi-agent setup connecting Snowflake Cortex Agent (via MCP Server) with Microsoft AI Foundry and Fabric Data Agents. Foundry orchestrator routes queries to Snowflake (Cortex Analyst + Cortex Search) or Fabric (Lakehouse NL2SQL) via MCP. Includes scripts, semantic view, agent config, and end-to-end guide
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snowflake-cortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "curious-bigcat/snowflake-cortex-mcp-foundry-fabric-multi-agent"
      ]
    }
  }
}