Skip to main content
Glama

TrueRAG MCP Server

by Ad-Veritas

GraphQL ポリシー API 用のモデル コンテキスト プロトコル (MCP) サーバー

このリポジトリには、ポリシーへのアクセスを提供する GraphQL API のモデル コンテキスト プロトコル (MCP)サーバー実装が含まれています。

サーバーは、 MCP 用の Python SDKを使用して構築され、 GQLライブラリを使用して GraphQL API と対話します。

はじめる

リポジトリをクローンする

git clone https://github.com/Ad-Veritas/mcp-server-trueRAG.git cd mcp-server-trueRAG

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.

モデル コンテキスト プロトコル (MCP) を使用して GraphQL API 経由で TrueRAG システムとのやり取りを可能にし、Python SDK と GQL ライブラリの統合によるポリシーへのアクセスを容易にします。

  1. はじめる
    1. リポジトリをクローンする
    2. UVがインストールされていることを確認してください
    3. 環境変数を定義する
    4. Claude DesktopなどのMCPクライアントに追加

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Connects a RAG application to open-webui using Model Context Protocol (MCP), enabling server-to-client communication for context retrieval and tool usage in remote environments through Server-Sent Events (SSE).
    Last updated -
    1
    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 -
    470
    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 -
    1
    TypeScript
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    A server that integrates Retrieval-Augmented Generation (RAG) with the Model Control Protocol (MCP) to provide web search capabilities and document analysis for AI assistants.
    Last updated -
    2
    Python
    Apache 2.0

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