Skip to main content
Glama

TrueRAG MCP Server

by Ad-Veritas

Servidor de Protocolo de Contexto de Modelo (MCP) para API de políticas de GraphQL

Este repositorio contiene una implementación de servidor de Protocolo de contexto de modelo (MCP) para una API GraphQL que proporciona acceso a políticas.

El servidor está construido utilizando el SDK de Python para MCP y utiliza la biblioteca GQL para interactuar con la API GraphQL.

Empezando

Clonar el repositorio

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

Asegúrese de tener instalado el protector UV.

uv --version

Si no, puedes instalarlo usando:

# 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"

Definir las variables de entorno

El servidor está configurado para funcionar con una API GraphQL para uno de los sistemas TrueRag. Una vez creado el entorno TrueRAG, copie la clave de API y el punto final de las variables de entorno.

Cree un archivo .env en el directorio raíz del repositorio y agregue las siguientes líneas:

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

Agregar al cliente MCP, como Claude Desktop

Agregue las siguientes líneas al archivo de configuración de 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.

Permite la interacción con un sistema TrueRAG a través de una API GraphQL utilizando el Protocolo de Contexto de Modelo (MCP), facilitando el acceso a políticas con un SDK de Python y la integración de la biblioteca GQL.

  1. Empezando
    1. Clonar el repositorio
    2. Asegúrese de tener instalado el protector UV.
    3. Definir las variables de entorno
    4. Agregar al cliente MCP, como Claude Desktop

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