Skip to content

Commit e4e4a95

Browse files
docs: remove remaining mcp-remote command usage (#7408)
1 parent 85e7a8d commit e4e4a95

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ When opening the **Cursor Settings**, you can add the Prisma MCP Server as follo
189189
"args": ["-y", "prisma", "mcp"]
190190
},
191191
"Prisma-Remote": {
192-
"command": "npx",
193-
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
192+
"url": "https://mcp.prisma.io/mcp"
194193
}
195194
}
196195
}
@@ -256,8 +255,7 @@ When opening the **Windsurf Settings** (via **Windsurf - Settings** > **Advanced
256255
"args": ["-y", "prisma", "mcp"]
257256
},
258257
"Prisma-Remote": {
259-
"command": "npx",
260-
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
258+
"url": "https://mcp.prisma.io/mcp"
261259
}
262260
}
263261
}
@@ -317,7 +315,7 @@ claude mcp add prisma-local npx prisma mcp
317315
or for the remote MCP server:
318316

319317
```terminal
320-
claude mcp add prisma-remote npx mcp-remote https://mcp.prisma.io/mcp
318+
claude mcp add --transport http prisma-remote https://mcp.prisma.io/mcp
321319
```
322320

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

content/900-ai/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ With Prisma’s MCP server, your AI tool can take database actions on your behal
7575
}
7676
```
7777
</TabItem>
78-
<TabItem value="Start MCP Server (CLI)">
79-
```bash
80-
npx -y mcp-remote https://mcp.prisma.io/mcp
81-
```
82-
</TabItem>
78+
8379
</TabbedContent>
8480

8581
<Grid>

0 commit comments

Comments
 (0)