1. Conduid
  2. Developer Tools
  3. hasura-server
MCP server · Developer Tools

hasura-server

MCP server for Hasura GraphQL

Unclaimed mcphasuragraphql
39Low

Scored 21 days ago · breakdown

About hasura-server

hasura-server is an MCP server published by git+suryarajendhran in the Developer Tools category: mCP server for Hasura GraphQL. It has been installed 0 times through Conduid.

Install

Install
npx hasura-mcp-server
Claude Code
claude mcp add hasura-mcp-server -- npx -y hasura-mcp-server
npx
npx -y hasura-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about hasura-server

Powered by Claude · Grounded in docs

I know everything about hasura-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

hasura-mcp-server

MCP server for Hasura GraphQL, runnable via npx hasura-mcp-server.

Requirements

  • Node.js 18+
  • Hasura GraphQL endpoint + admin secret

Usage

export HASURA_GRAPHQL_ENDPOINT="https://your-hasura/v1/graphql"
 
npx hasura-mcp-server --x-hasura-admin-secret=your-admin-secret

You can also pass values directly:

npx hasura-mcp-server --endpoint https://your-hasura/v1/graphql --x-hasura-admin-secret your-admin-secret

Any other --key value or --key=value args are forwarded as headers:

npx hasura-mcp-server --endpoint https://your-hasura/v1/graphql \\
  --x-hasura-admin-secret=secret \\
  --x-hasura-role=readonly \\
  --authorization="Bearer token"

Tools

  • health_check
  • list_tables
  • describe_table
  • list_root_fields
  • describe_graphql_type
  • preview_table_data
  • aggregate_data
  • run_graphql_query

Note: mutation operations are not allowed.

Resource

  • hasura://schema (GraphQL introspection schema)

README mirrored from the source repository 21 days ago. The original is authoritative.

Questions

About hasura-server

How do I install hasura-server?

Run npx hasura-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is hasura-server safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is hasura-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.