Skip to main content
Glama
Ad-Veritas

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"
      ]
    }
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
    1,516
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A bridge that exposes any GraphQL API as tools consumable by Large Language Models via the Model Context Protocol (MCP), automatically discovering and translating API capabilities with zero maintenance required.
    204
    2
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

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