Back to directory
husamabusafa/hasura_mcp

husamabusafa/hasura_mcp

@husamabusafa

Advanced MCP server for AI agents to interact with Hasura GraphQL endpoints, enabling schema discovery, queries, mutations, and aggregations.

hasuragraphqlmcpdatabaseapiai-agentschemaintrospection

Installation & Configuration

{
  "mcpServers": {
    "hasura-advanced": {
      "command": "node",
      "args": [
        "/path/to/mcp-hasura-advanced/dist/index.js",
        "https://YOUR_HASURA_ENDPOINT.com/v1/graphql",
        "YOUR_ADMIN_SECRET"
      ],
      "cwd": "/path/to/mcp-hasura-advanced"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15