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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Ingest new documents to the system.
Ask questions and get answers based on the ingested documents.