MCP server for Hasura GraphQL
| Tool name | Description | Destructive? |
|---|---|---|
| health_check | ✓ no | |
| list_tables | ✓ no | |
| describe_table | ✓ no | |
| list_root_fields | ✓ no | |
| describe_graphql_type | ✓ no |
| preview_table_data | ✓ no | |
| aggregate_data | ✓ no | |
| run_graphql_query⚠ | ⚠ yes |
{
"mcpServers": {
"hasura": {
"command": "npx",
"args": [
"-y",
"hasura-mcp-server"
]
}
}
}