|
1 | | -# Snowflake Cortex AI Model Context Protocol (MCP) Server |
| 1 | +# [DEPRECATED] Snowflake Cortex AI Model Context Protocol (MCP) Server |
2 | 2 |
|
3 | | -<a href="https://emerging-solutions-toolbox.streamlit.app/"> |
4 | | - <img src="https://github.com/user-attachments/assets/aa206d11-1d86-4f32-8a6d-49fe9715b098" alt="image" width="150" align="right";"> |
5 | | -</a> |
| 3 | +> [!CAUTION] |
| 4 | +> **This project is deprecated and no longer maintained.** Please migrate to the official [Snowflake MCP Server](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-mcp). The official server is actively developed, fully supported by Snowflake, and continues to add new features. |
6 | 5 |
|
7 | | -This Snowflake MCP server provides tooling for Snowflake Cortex AI, object management, and SQL orchestration, bringing these capabilities to the MCP ecosystem. When connected to an MCP Client (e.g. [Claude for Desktop](https://claude.ai/download), [fast-agent](https://fast-agent.ai/), [Agentic Orchestration Framework](https://github.com/Snowflake-Labs/orchestration-framework/blob/main/README.md)), users can leverage these features. |
| 6 | +This community MCP server previously provided tooling for Snowflake Cortex AI, object management, and SQL orchestration. It is no longer supported. For all new and existing use cases, please use the official [Snowflake MCP Server](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-mcp) instead. |
8 | 7 |
|
9 | | -The MCP server currently supports the below capabilities: |
| 8 | +--- |
| 9 | + |
| 10 | +<details> |
| 11 | +<summary>Legacy documentation (for reference only)</summary> |
| 12 | + |
| 13 | +The MCP server supported the below capabilities: |
10 | 14 | - **[Cortex Search](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-search/cortex-search-overview)**: Query unstructured data in Snowflake as commonly used in Retrieval Augmented Generation (RAG) applications. |
11 | 15 | - **[Cortex Analyst](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst)**: Query structured data in Snowflake via rich semantic modeling. |
12 | 16 | - **[Cortex Agent](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents)**: Agentic orchestrator across structured and unstructured data retrieval |
@@ -643,8 +647,6 @@ Only listed Cortex services will be made into tools as well. |
643 | 647 |
|
644 | 648 | - Initial startup can take a few seconds as the server connects to Snowflake and validates your configuration. Subsequent tool calls should be much faster. If startup takes more than 30 seconds, check your network connection to Snowflake and verify your authentication credentials. |
645 | 649 |
|
646 | | -# Bug Reports, Feedback, or Other Questions |
647 | | - |
648 | | -Please add issues to the GitHub repository. |
| 650 | +</details> |
649 | 651 |
|
650 | 652 | <!-- mcp-name: io.github.Snowflake-Labs/mcp --> |
0 commit comments