You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/250-postgres/1100-integrations/400-mcp-server.mdx
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ If you want the Prisma MCP server to be available only in specific Cursor projec
202
202
203
203
To learn more about Windsurf's MCP integration, check out the [Windsurf MCP docs](https://docs.codeium.com/windsurf/mcp).
204
204
205
-
### Add via Windsurf MCP Plugin Store (Recommended)
205
+
####Add via Windsurf MCP Plugin Store (Recommended)
206
206
207
207
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.
Learn more in the [Claude Code MCP docs](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials#configure-mcp-servers).
289
289
290
-
### Claude Desktop
290
+
### Claude Desktop only
291
291
292
292
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:
293
293
@@ -312,6 +312,17 @@ Then add the JSON snippet to that configuration file:
312
312
}
313
313
```
314
314
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
+
315
326
### OpenAI Agents SDK
316
327
317
328
Here's an example for using the Prisma MCP servers in a Python script via the OpenAI Agents SDK:
0 commit comments