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.