mcp-nhost
If you are the rightful owner of mcp-nhost and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation for interacting with Nhost Cloud projects and services.
MCP-Nhost is designed to provide a unified interface for managing Nhost projects through the Model Context Protocol. It enables seamless interaction with Nhost Cloud services, offering a robust set of tools for project management and configuration. The server facilitates the execution of GraphQL queries and mutations, both in cloud and local environments, allowing developers to manage project configurations, schemas, and data effectively. With a focus on security, MCP-Nhost ensures authentication and permission enforcement, making it a reliable choice for developers looking to integrate Nhost services into their workflows.
Features
- Unified interface for managing Nhost projects through MCP.
- Supports execution of GraphQL queries and mutations in cloud and local environments.
- Facilitates project configuration, schema management, and data operations.
- Ensures security with authentication enforcement and permission respect.
- Provides tools for managing Hasura metadata, migrations, and permissions.
Tools
cloud_get_graphql_schema
Get the GraphQL schema for Nhost Cloud, including queries, changes, and type definitions
cloud_graphql_query
Perform GraphQL queries and changes on Nhost Cloud to support project and organization management
local_get_graphql_schema
Get the GraphQL pattern of the local Nhost development project, supporting project-specific queries and changes
local_graphql_query
Execute GraphQL queries and changes in a local Nhost development project to support testing and development