Hasura Advanced
Enables AI agents to interact with a Hasura GraphQL endpoint for API discovery, data fetching, mutations, aggregations, and health checks.
关于
This server acts as a Model Context Protocol (MCP) interface, allowing AI agents like those in Cursor or Claude Desktop to dynamically interact with your Hasura GraphQL API based on natural language requests. It exposes the GraphQL schema, allows agents to execute read-only queries and mutations (with caution), preview data, perform aggregations, and check service health. By connecting this server to an MCP client, you enhance LLM capabilities, enabling them to leverage your Hasura API in a more intuitive and powerful way.
主要功能
- Supports data aggregation with optional filtering.
- Provides a GraphQL schema resource for API discovery.
- 7 GitHub stars
- Enables execution of read-only GraphQL queries and mutations.
- Offers tools for listing tables, describing table structure, and previewing data.
- Performs health checks on the Hasura GraphQL endpoint.
使用案例
- Enabling natural language queries to retrieve and manipulate data in a Hasura database.
- Integrating Hasura GraphQL APIs with AI agents for dynamic data interaction.
- Automating tasks that require interaction with a Hasura GraphQL endpoint through AI.