Metadata-Version: 2.4
Name: iflow-mcp_snowflake-labs-cortex-agents-mcp
Version: 0.1.1
Summary: MCP server for Snowflake Cortex Agents - allows agents to interact with Cortex Agents as a tool
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.7.1
Requires-Dist: python-dotenv>=1.0.0
Dynamic: license-file

# Build an MCP Server for Cortex Agents

## Overview

This guide walks through how to build your own MCP Server for Cortex Agents.

The core functionalities include:

- Allow agents to interact with Cortex Agents as a tool
- Test the connection with Claude Desktop

In this tutorial, we’ll build a simple MCP **Cortex Agent** server and connect it to an MCP host (Claude for Desktop).

## Step-by-Step Guide

For prerequisites, environment setup, step-by-step guide and instructions, please refer to the [QuickStart Guide](https://quickstarts.snowflake.com/guide/mcp-server-for-cortex-agents/index.html).

