jiashengguo/zenstack-mcp-auth
If you are the rightful owner of zenstack-mcp-auth and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ZenStack Remote MCP Server with Authorization is a streamable HTTP server that supports auto-generated CRUD tools for database models with authorization and credential authentication.
Tools
Functions exposed to the LLM to take actions
findUnique
Finds a unique record based on specified criteria.
findFirst
Finds the first record that matches the specified criteria.
findMany
Finds multiple records that match the specified criteria.
create
Creates a new record in the database.
createMany
Creates multiple new records in the database.
delete
Deletes a record from the database.
deleteMany
Deletes multiple records from the database.
update
Updates an existing record in the database.
updateMany
Updates multiple records in the database.
upsert
Creates or updates a record in the database.
aggregate
Performs aggregation operations on records.
groupBy
Groups records based on specified criteria.
count
Counts the number of records that match specified criteria.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client