Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 6 additions & 12 deletions content/250-postgres/350-integrations/400-mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ The remote Prisma MCP server follows the standard JSON-based configuration for M
{
"mcpServers": {
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
}
}
}
Expand Down Expand Up @@ -154,8 +153,7 @@ If your browser blocks the link, [you can set it up manually](https://code.visua
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
}
}
}
Expand Down Expand Up @@ -210,8 +208,7 @@ Adding it via the **Cursor Settings** settings will modify the global `~/.curso
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
},
// other MCP servers
}
Expand All @@ -230,8 +227,7 @@ If you want the Prisma MCP server to be available only in specific Cursor projec
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
}
// other MCP servers
}
Expand Down Expand Up @@ -279,8 +275,7 @@ Adding it via the **Windsurf Settings** will modify the global `~/.codeium/wind
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
},
// other MCP servers
}
Expand Down Expand Up @@ -344,8 +339,7 @@ Then add the JSON snippet to that configuration file:
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
},
// other MCP servers
}
Expand Down
3 changes: 1 addition & 2 deletions content/250-postgres/350-integrations/500-vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ If your browser blocks the link, [you can set it up manually](https://code.visua
"args": ["-y", "prisma", "mcp"]
},
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions content/900-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ With Prisma’s MCP server, your AI tool can take database actions on your behal
{
"mcpServers": {
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
"url": "https://mcp.prisma.io/mcp"
}
}
}
Expand Down
Loading