diff --git a/README.md b/README.md index b9c3452..d372e6b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,60 @@ Your MCP client will automatically prompt you to login to Supabase during setup. For more information, visit the [Supabase MCP docs](https://supabase.com/docs/guides/getting-started/mcp). +You can also manually install it on your favorite client. + +
+Cursor + +#### Click the button to install: + +[Install in Cursor](https://cursor.com/en/install-mcp?name=Supabase&config=eyJ1cmwiOiJodHRwczovL21jcC5zdXBhYmFzZS5jb20vbWNwIn0%3D) + +#### Or install manually: + +Go to `Cursor Settings` → `MCP` → `Add new MCP Server`. Name to your liking, use `type: http` and the following config: + +```json +{ + "mcpServers": { + "supabase": { + "type": "http", + "url": "https://mcp.supabase.com/mcp" + } + } +} +``` + +For more information, see the [Cursor MCP docs](https://docs.cursor.com/context/mcp). + +
+ +
+VS Code + +#### Click the button to install: + +[Install in VS Code](https://vscode.dev/redirect?url=vscode:mcp/install%3F%7B%22name%22%3A%22Supabase%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.supabase.com%2Fmcp%22%7D) [Install in VS Code Insiders](https://insiders.vscode.dev/redirect?url=vscode-insiders:mcp/install%3F%7B%22name%22%3A%22Supabase%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.supabase.com%2Fmcp%22%7D) + +#### Or install manually: + +Open (or create) your `mcp.json` file and add: + +```json +{ + "servers": { + "supabase": { + "type": "http", + "url": "https://mcp.supabase.com/mcp" + } + } +} +``` + +For more information, see the [VS Code MCP docs](https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_add-an-mcp-server). + +
+ ## Options The following options are configurable as URL query parameters: