Skip to content

Commit e05e0a9

Browse files
chore: deprecating (#159)
* chore: start deprecating * chore: add deprecation wording
1 parent 7b955c6 commit e05e0a9

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# Snowflake Cortex AI Model Context Protocol (MCP) Server
1+
# [DEPRECATED] Snowflake Cortex AI Model Context Protocol (MCP) Server
22

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.
65
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.
87

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:
1014
- **[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.
1115
- **[Cortex Analyst](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst)**: Query structured data in Snowflake via rich semantic modeling.
1216
- **[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.
643647

644648
- 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.
645649

646-
# Bug Reports, Feedback, or Other Questions
647-
648-
Please add issues to the GitHub repository.
650+
</details>
649651

650652
<!-- mcp-name: io.github.Snowflake-Labs/mcp -->

0 commit comments

Comments
 (0)