Implements a Model Context Protocol (MCP) server for accessing policies via a GraphQL API.
This tool provides a Model Context Protocol (MCP) server implementation, enabling interaction with a GraphQL API that exposes policies. Built using the Python SDK for MCP and the GQL library, it facilitates seamless integration with TrueRAG systems. The server is configured via environment variables for the GraphQL API key and endpoint, allowing for straightforward connection and policy retrieval. This server can then be integrated into MCP clients such as Claude.
主要功能
010 GitHub stars
02Configured via environment variables
03Compatible with TrueRAG systems
04Connects to GraphQL API for policy access
05Implements the Model Context Protocol (MCP)
06Built using Python SDK for MCP and GQL library
使用案例
01Integrating policies into MCP clients
02Accessing policies via a GraphQL API
03Using Model Context Protocol to provide context to applications