From 9c4fec3ac9fb39576387428720fd19c1683a1bd2 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:38:16 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 950fa7f..63877c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Supabase MCP Server +[![smithery badge](https://smithery.ai/badge/@joshuarileydev/supabase-mcp-server)](https://smithery.ai/server/@joshuarileydev/supabase-mcp-server) A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface. @@ -17,6 +18,16 @@ A Model Context Protocol (MCP) server that provides programmatic access to the S - Create new organizations ## Installation + +### Installing via Smithery + +To install Supabase Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@joshuarileydev/supabase-mcp-server): + +```bash +npx -y @smithery/cli install @joshuarileydev/supabase-mcp-server --client claude +``` + +### Manual Installation Add the following to your Claude Config JSON file ``` {