hasura-mcp-server

GarethCott/hasura-mcp-server

3.1

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.

Tools

Functions exposed to the LLM to take actions

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.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources