S
Sfguide MCP Cortex Agents
Guide to building MCP Server for Cortex Agent
Created 5/8/2025
Updated 7 months ago
README
Repository documentation and setup instructions
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.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx sfguide-mcp-cortex-agents
Cursor configuration (mcp.json)
{
"mcpServers": {
"snowflake-labs-sfguide-mcp-cortex-agents": {
"command": "uvx",
"args": [
"sfguide-mcp-cortex-agents"
]
}
}
}
Author Servers
Other servers by Snowflake-Labs