Provides a streamable HTTP server for ZenStack applications, enabling secure, auto-generated CRUD operations with integrated authorization and authentication.
This tool offers a robust Model Context Protocol (MCP) Streamable HTTP server designed to seamlessly integrate with ZenStack schemas. It automatically generates powerful CRUD (Create, Read, Update, Delete) tools for your database models, such as `findUnique`, `findMany`, `create`, and `update`. Crucially, it incorporates built-in authorization and credential authentication, ensuring secure access to your data. Ideal for serving ZenStack-defined databases through an MCP interface, this server simplifies the process of exposing your models with fine-grained control.