hasura-mcp-server
3.2
If you are the rightful owner of hasura-mcp-server 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.
A Model Context Protocol (MCP) server that enables AI assistants to automatically generate Hasura migrations and metadata from natural language descriptions.
create_table
Create new tables with columns and constraints.
add_column
Add columns to existing tables.
create_relationship
Define relationships between tables.
set_permissions
Configure role-based permissions.
generate_migration
Create custom migration files.
analyze_schema
Analyze schema and provide optimization suggestions.
apply_migrations
Apply pending migrations and metadata to Hasura instance.