document-archive-mcp-server

document-archive-mcp-server

3.1

If you are the rightful owner of document-archive-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation using Node.js and TypeScript.

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs (Large Language Models). It allows for seamless communication between AI applications and various data sources and tools. This server implementation offers a robust solution for managing document-based interactions with LLMs, providing features such as cross-document search, document management, and Q&A prompt templates. It supports both stdio and SSE transport methods, ensuring flexibility in integration. The server is designed with comprehensive logging, configuration via environment variables, and readiness management to ensure all services are initialized before accepting requests. Additionally, it handles graceful shutdowns to ensure smooth server termination.

Features

  • Cross-document search tool for retrieving relevant information
  • Document management with document listing and metadata resources
  • Document Q&A prompt template for answering questions about documents
  • Support for both stdio and SSE transport methods
  • Comprehensive logging system