Loading languages...
PR

Prisma-Remote

@Prisma

The Model-Context-Protocol (MCP) gives LLMs a way to call APIs and thus access external systems in a well-defined manner. Prisma's provides two MCP servers: a *local* and a *remote* one. If you're building an "AI platform" and want to give the ability to manage database to your users, use the remote MCP server.

database
prisma
postgres
ai-platform

# mcpServer Config

{
  "mcpServers": {
    "Prisma-Remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.prisma.io/mcp"
      ]
    }
  }
}

# stdio

npx -y mcp-remote https://mcp.prisma.io/mcp

# sseURL

https://mcp.prisma.io/mcp
Transport:
stdio
sse
Langue:
typescript
Mis à jour:11/7/2025