document-archive-mcp-server

document-archive-mcp-server

0

This project is a Model Context Protocol (MCP) server implemented in Node.js and TypeScript. It supports document management and retrieval, providing tools for cross-document search and Q&A functionality. The server can be configured via environment variables and supports stdio and SSE transport methods.

Overview

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

Features

  • Cross-document search and management
  • Document Q&A template
  • Support for stdio and SSE transport methods
  • Logging, configuration, and readiness management
  • Graceful server shutdown handling

Installation and Usage

  • Install with Node.js 22+ and npm
  • Run the server with stdio or SSE transport

API

  • Tools for document metadata and context retrieval
  • Resources for document metadata access
  • Prompts for document content Q&A

Configuration

  • Via environment variables for server name, version, port, logging options, etc.