Back to Home
gmossy icon

claude_document_mcp_server

Verified Safe

by gmossy

Overview

A comprehensive Model Context Protocol (MCP) server providing AI assistants with full document lifecycle management, including CRUD, multi-format parsing, full-text search, version control, and content analysis.

Installation

Run Command
npx @modelcontextprotocol/inspector python backend/mcp_document_server/document_mcp_server.py

Security Notes

The server appears robust, utilizing standard Python libraries and SQLite for local storage. No 'eval' or direct code execution from arbitrary user input is observed. File parsing is handled by the `document_parsers.py` module, which includes checks for file existence. Potential risks could arise from insufficient sanitization of file paths if external file operations were directly exposed to untrusted user input without validation, though the provided `document_mcp_server.py` primarily handles content internally. The implementation of `Path.expanduser()` and `file_path.exists()` in the example `document_create_from_file` suggests good practices would be followed for external file interactions. No hardcoded secrets or malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens250000
Stars0
Forks0
Last Update2025-12-03

Tags

Document ManagementAI ToolsVersion ControlFull-text SearchMulti-format Parsing