OlympHill
M

mcp-graphqlAI 어시스턴츠가 GraphQL 웹 서비스에 연결해 레이아웃을 읽고 안전한 조회 쿼리 실행 할 수 있도록 하는 서버입니다. 웹 주소 입력, 보안 코드 추가, AI가 변경 가능 여부 결정하고 구현합니다.

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

mcp-graphql은 모델 컨텍스트 프로토콜 서버로, GraphQL APIs와 대규모 언어 모델(LLM)을 상호작용 시킬 수 있는 서비스입니다. 이 서버는 GraphQL APIs를 동적으로 발견하고 사용할 수 있도록 스키마 인스 페クション과 쿼리 실행 기능을 제공합니다. 환경 변수 ENDPOINT, HEADERS, ALLOW_MUTATIONS, NAME, SCHEMA에 대한 설정이 가능합니다. 로컬 GraphQL 서버의 기본 사용, 커스텀 헤더, 변경 가능한 연산 지원, 로컬 스키마 파일이나 URL에 호스팅된 스키마 파일 사용과 같은 기능을 제공합니다. 이 서버는 GraphQL 스키마를 리소스로 노출하고 스키마를 인스펙션하고 GraphQL 쿼리를 실행할 수 있는 도구를 제공하기도 합니다.

주요 기능

  • 스캠팅 introspection
  • 쿼리 수행
  • 인접 헤더 커스텀이 지원
  • 수정 연산(선택)
  • 로컬 스킴 파일 또는 URL에 호스트 된 스킴 파일 지원

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

LLMs와 GraphQL API 통합

mcp-graphql는 LLMs가 GraphQL API를 발견하고 사용하고 싶는지 동적으로 사용할 수있게합니다.

LLMs에 GraphQL API 보안

mcp-graphql는 기본으로 변형을 비활성화 하고 인접 헤더 지원과 같은 보안 기능을 제공하여 LLMs에 GraphQL API를 안전하게 노출하는 방법을 제공합니다.

장단점

장점

  • LLMs가 GraphQL API와 동적인 상호 작용 활성화
  • 스킴 introspection 및 쿼리 수행 기능 제공
  • 인접 헤더 및 수정 연산 지원
  • 로컬 스킴 파일 또는 URL에 호스트 된 스킴 파일 사용 가능

단점

  • 변형은 보안을위한 기본으로 비활성화
  • 변형을 사용 가능한 환경에서 주의를 기울여 사용해야 함

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

What tools are provided by the server?

The server provides two main tools: introspect schema and query graphql. The introspect schema tool retrieves the GraphQL schema, and the query graphql tool executes GraphQL queries against the endpoint.

Asked by Fernando Rojas · Apr 4, 2026

How do I configure the server?

The server can be configured with environment variables such as ENDPOINT, HEADERS, ALLOW_MUTATIONS, NAME, and SCHEMA. You can set these variables to customize the server's behavior.

Asked by Femi Adebayo · Mar 28, 2026

Can I enable mutation operations?

Yes, mutation operations are supported, but they are disabled by default as a security measure. You can enable them by setting the ALLOW_MUTATIONS environment variable to true.

Asked by Kwabena Asante · Feb 27, 2026

What is mcp-graphql?

mcp-graphql is a Model Context Protocol server that enables large language models to interact with GraphQL APIs. It provides schema introspection and query execution capabilities.

Asked by Malik Rasheed · Feb 1, 2026

질문하기

MCP 서버 대안