Skip to content

Commit d2eb5b6

Browse files
committed
add docs for mcp remote as integration for claude
1 parent 04d9dc8 commit d2eb5b6

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

content/250-postgres/1100-integrations/400-mcp-server.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If you want the Prisma MCP server to be available only in specific Cursor projec
202202

203203
To learn more about Windsurf's MCP integration, check out the [Windsurf MCP docs](https://docs.codeium.com/windsurf/mcp).
204204

205-
### Add via Windsurf MCP Plugin Store (Recommended)
205+
#### Add via Windsurf MCP Plugin Store (Recommended)
206206

207207
Use the Prisma MCP plugin from the [Windsurf MCP Plugin Store](https://docs.windsurf.com/windsurf/cascade/mcp#adding-a-new-mcp-plugin). Follow [the steps here](/orm/more/ai-tools/windsurf#add-prisma-mcp-server-via-windsurf-plugins) to add the Prisma MCP plugin in Windsurf. This is the simplest and recommended way to add the Prisma MCP server to Windsurf.
208208

@@ -287,7 +287,7 @@ claude mcp add prisma-remote npx mcp-remote https://mcp.prisma.io/mcp
287287

288288
Learn more in the [Claude Code MCP docs](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials#configure-mcp-servers).
289289

290-
### Claude Desktop
290+
### Claude Desktop only
291291

292292
Follow the instructions in the [Claude Desktop MCP docs](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server) to create the required configuration file:
293293

@@ -312,6 +312,17 @@ Then add the JSON snippet to that configuration file:
312312
}
313313
```
314314

315+
### Claude Desktop & Web
316+
317+
Alternatively, you can add the _remote_ MCP server as an [integration](https://www.anthropic.com/news/integrations):
318+
319+
1. In a new chat, find the **Connect apps** field in the main Claude UI below the input prompt field
320+
1. Click **+ Add integration**
321+
1. Enter the following:
322+
- **Integration name**: `Prisma Postgres`
323+
- **Integration URL**: `https://mcp.prisma.io/mcp`
324+
1. Click **Add**
325+
315326
### OpenAI Agents SDK
316327

317328
Here's an example for using the Prisma MCP servers in a Python script via the OpenAI Agents SDK:

0 commit comments

Comments
 (0)