Hasura Graphql Engine
Automates Hasura GraphQL engine deployment, configuration, and management tasks for rapid API creation and data access.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hasura-graphql-engine npx -- -y @trustedskills/hasura-graphql-engine
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hasura-graphql-engine": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hasura-graphql-engine"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The Hasura GraphQL Engine skill enables AI agents to instantly generate secure, real-time GraphQL APIs from existing relational databases. It automates the creation of API endpoints and enforces row-level security policies without requiring manual schema definition or backend code.
When to use it
- Rapidly prototype data access layers for new applications by connecting directly to a PostgreSQL database.
- Enable AI agents to query complex datasets with automatic filtering, sorting, and pagination logic.
- Deploy secure APIs that handle multi-tenant data isolation through built-in permission rules.
Key capabilities
- Instant GraphQL API generation from relational schemas
- Automatic enforcement of row-level security policies
- Real-time subscriptions for live data updates
- Multi-tenancy support with granular access controls
- Integration with existing database infrastructure without code changes
Example prompts
- "Create a Hasura GraphQL Engine instance connected to my PostgreSQL database and expose the users table."
- "Set up row-level security rules so that Agent A can only read data for its assigned organization ID."
- "Generate a secure API endpoint that allows real-time updates on order status changes using subscriptions."
Tips & gotchas
Ensure your relational database is accessible and properly configured before attempting to connect the engine. While powerful, complex permission logic may require careful testing to prevent unintended data exposure across different user roles.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.