mcp-nhost
1
MCP-Nhost is a server for managing Nhost Cloud projects using the Model Context Protocol. It provides tools for interacting with GraphQL schemas and executing queries for both cloud and local environments, enhancing project management and configuration.
Overview
MCP-Nhost is a Model Context Protocol server designed to manage Nhost projects with a unified interface. It interacts with Nhost Cloud services, offering tools for project management and configuration.
Available Tools
- cloud-get-graphql-schema: Provides GraphQL schema for Nhost Cloud.
- cloud-graphql-query: Executes queries and mutations for cloud management.
- local-get-graphql-schema: Retrieves GraphQL schema for local projects.
- local-graphql-query: Executes queries in local development.
- local-config-server-get-schema: Retrieves local config server schema.
- local-config-server-query: Executes queries to modify local project configuration.
- local-get-management-graphql-schema: Retrieves management schema for local projects.
- local-manage-graphql: Manages Hasura metadata and permissions.
- project-get-graphql-schema: Retrieves schema for Nhost Cloud projects.
- project-graphql-query: Executes queries against Nhost Cloud projects.
- search: Searches Nhost's documentation.
Installing
To install mcp-nhost, execute the provided command in your terminal.
Configuring
Run mcp-nhost config
to configure. See CONFIG.md for details.
CLI Usage
Run mcp-nhost --help
for CLI usage details. See USAGE.md for more.