From c81e877a0313c0991d3e818737b0a8dfb2c675fb Mon Sep 17 00:00:00 2001 From: wirehack Date: Tue, 15 Apr 2025 15:43:25 -0700 Subject: [PATCH] Klavis AI MCP server. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c7fb788..e928dfd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the [full list of tools](#tools). +> [!TIP] + > [Klavis AI](https://www.klavis.ai/mcp-servers) has a hosted version of the Supabase MCP server. You can give it a try there for free. + ## Prerequisites You will need Node.js installed on your machine. You can check this by running: