ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Hasura with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Instantly connect to your Hasura engine to execute GraphQL queries, manage metadata, analyze SQL execution plans, and monitor server health.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete Hasura capability set.

These are the exact actions your AI can choose when you ask it to work with Hasura.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Hasura.

  1. 01

    Get config

    Retrieve Hasura server configuration

  2. 02

    Get version

    Get Hasura server version and type

  3. 03

    Execute graphql

    Supports queries, mutations, and batched requests. Execute a GraphQL query or mutation

  4. 04

    Execute metadata

    Execute a Hasura Metadata API operation

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Hasura.

  1. 05

    Explain graphql

    Analyze the generated SQL and execution plan for a GraphQL query

  2. 06

    Pg dump

    Execute pg_dump on a connected Postgres source

  3. 07

    Check health

    Can optionally use strict mode to verify metadata consistency. Monitor Hasura server health

Observed, not estimated

852ms average. Fast in production.

Hasura is checked daily against the live service.

Daily averagePeak 1050ms
Aug 20Today
Fastest day
716ms
Slowest day
1050ms
14-day trend
Stable+3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Hasura, so you can see the experience inside your AI.

It does not authenticate your account with Hasura. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Hasura Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Q19k5WrSMOV2zDZs6DlIbmRJGyWfSnbLHJlhJLmt/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Hasura capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hasura-instant-graphql-rest-engine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Q19k5WrSMOV2zDZs6DlIbmRJGyWfSnbLHJlhJLmt/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Hasura owners ask.

  • 01

    Can I see the actual SQL query that Hasura generates for my GraphQL request?

    Yes! Use the explain_graphql capability. It will return the generated SQL and the execution plan from the database, helping you debug performance issues.

  • 02

    How do I check if my metadata is inconsistent or if the server is down?

    You can use the check_health capability. If you set the strict parameter to true, it will specifically check for metadata consistency in addition to basic connectivity.

  • 03

    Is it possible to export my database schema through this server?

    Yes, the pg_dump capability allows you to execute a schema dump on your connected Postgres source, which is useful for migrations or backups.