Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ruslanmv • Testing & QA
A Retrieval-Augmented Generation MCP server that indexes PDF documents with ChromaDB and answers queries using IBM Watsonx.ai.
Answer user questions grounded in PDF manuals or domain documents by retrieving relevant text chunks and generating concise responses.
A persistent, local vector store (ChromaDB) to speed up repeated document searches and avoid re-indexing on each run.
Expose custom tooling to chat interfaces (e.g., Claude Desktop or other MCP-capable clients) through the Model Context Protocol.
This repository provides a Python MCP server that extracts text from PDFs, builds a persistent ChromaDB vector index, and exposes a RAG tool which calls Watsonx.ai to generate answers grounded in document context. It includes a stdio-based MCP server, a sample client that launches the server and calls the tool, and an optional Flask frontend and Claude Desktop integration example. The design enables domain-specific question answering and easy integration into agent workflows via the Model Context Protocol.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.