Langflow-DOC-QA-SERVER is a Model Context Protocol server that connects AI assistants to a Langflow-powered document question-answering system. The implementation exposes a single tool called 'query_docs' that forwards user queries to a Langflow API endpoint, which processes document-based questions using a Mistral model. The server runs on stdio transport for seamless integration with Claude Desktop, making it particularly valuable for workflows that require document-based information retrieval without leaving the conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Query the document Q&A system. Takes a query string as input and returns responses from the Langflow backend.