Skip to main content
Glama

TrueRAG MCP Server

by Ad-Veritas

GraphQL 정책 API를 위한 모델 컨텍스트 프로토콜(MCP) 서버

이 저장소에는 정책에 대한 액세스를 제공하는 GraphQL API에 대한 MCP(Model Context Protocol) 서버 구현이 포함되어 있습니다.

서버는 MCP용 Python SDK를 사용하여 구축되었으며 GQL 라이브러리를 사용하여 GraphQL API와 상호 작용합니다.

시작하기

저장소를 복제합니다

지엑스피1

uv가 설치되어 있는지 확인하세요

uv --version

그렇지 않은 경우 다음을 사용하여 설치할 수 있습니다.

# On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

환경 변수를 정의하세요

서버는 TrueRag 시스템 중 하나의 GraphQL API에 대해 작동하도록 구성되어 있습니다. TrueRAG 환경을 생성한 후 환경 변수에서 API 키와 엔드포인트를 복사하세요.

저장소의 루트 디렉토리에 .env 파일을 만들고 다음 줄을 추가합니다.

GRAPHQL_API_KEY = "{your_api_key}" GRAPHQL_ENDPOINT = "{your_graphql_endpoint}"

Claude Desktop과 같은 MCP 클라이언트에 추가

Claude 구성 파일( ~/Library/Application Support/Claude/claude_desktop_config.json )에 다음 줄을 추가합니다.

"shipping-policies": { "command": "uv", "args": [ "--directory", "{path_to_mcp_server}/mcp-server-trueRAG", "run", "fastmcp", "run", "server.py" ] }
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Python SDK와 GQL 라이브러리 통합을 통해 정책에 대한 액세스를 용이하게 하고, Model Context Protocol(MCP)을 사용하여 GraphQL API를 통해 TrueRAG 시스템과 상호 작용할 수 있습니다.

  1. 시작하기
    1. 저장소를 복제합니다
    2. uv가 설치되어 있는지 확인하세요
    3. 환경 변수를 정의하세요
    4. Claude Desktop과 같은 MCP 클라이언트에 추가

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that connects AI assistants to Bloom Growth's GraphQL API, enabling them to query data and execute operations against the Bloom Growth platform.
    Last updated -
    4
    Python
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
    Last updated -
    733
    1
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
    Last updated -
    9
    TypeScript
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A Python-based implementation of the Model Context Protocol that enables communication between a model context management server and client through a request-response architecture.
    Last updated -
    Python
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ad-Veritas/mcp-server-trueRAG'

If you have feedback or need assistance with the MCP directory API, please join our Discord server