This RAG-based MCP server implementation integrates with GroundX to provide AI assistants with document search and ingestion capabilities. The server exposes two main tools: one for searching existing documents in a knowledge base to retrieve relevant context for queries, and another for ingesting new PDF documents into the system. Built with FastMCP, it operates over stdio transport and uses environment variables for API authentication, making it particularly useful for enhancing AI assistants with domain-specific knowledge retrieval without requiring direct access to the underlying document storage.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Ingest new documents to the system.
Ask questions and get answers based on the ingested documents.