Skip to content

Add mcp-config to README.md #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,11 @@ This will be used to authenticate the MCP server with your Supabase account. Mak

### 2. Configure MCP client

Run `npx mcp-config supabase` to configure your MCP client. You'll need the PAT from step 1.
If you prefer setting up the MCP server manually, please follow these instructions:

#### Manual Configuration

Next, configure your MCP client (such as Cursor) to use this server. Most MCP clients store the configuration as JSON in the following format:

```json
@@ -54,7 +59,7 @@ npx -y @supabase/mcp-server-supabase@latest --access-token=<personal-access-toke

> Note: Do not run this command directly - this is meant to be executed by your MCP client in order to start the server. `npx` automatically downloads the latest version of the MCP server from `npm` and runs it in a single command.

#### Windows
##### Windows

On Windows, you will need to prefix the command with `cmd /c`: