Skip to content

Commit dfe26d8

Browse files
authored
Update Postgres MCP server reference link (supabase#36604)
The resource has been moved to an archived repo named `servers-archived`
1 parent c767070 commit dfe26d8

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/content/guides/getting-started

1 file changed

+1
-1
lines changed

apps/docs/content/guides/getting-started/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ We recommend the following best practices to mitigate security risks when using
241241

242242
## MCP for local Supabase instances
243243

244-
The Supabase MCP server connects directly to the cloud platform to access your database. If you are running a local instance of Supabase, you can instead use the [Postgres MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) to connect to your local database. This MCP server runs all queries as read-only transactions.
244+
The Supabase MCP server connects directly to the cloud platform to access your database. If you are running a local instance of Supabase, you can instead use the [Postgres MCP server](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres) to connect to your local database. This MCP server runs all queries as read-only transactions.
245245

246246
### Step 1: Find your database connection string
247247

0 commit comments

Comments
 (0)