prisma-mcp-zed

aqrln/prisma-mcp-zed
★ 6 stars Rust 🗄️ Database Updated 19d ago
Zed extension for Prisma MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prisma-mcp-zed": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "prisma-mcp-zed"
      ]
    }
  }
}