Document-Server-MCP
Verified Safeby onoda4480
Overview
Efficiently deliver project documentation to AI agents (e.g., Claude) on demand to optimize token usage.
Installation
docker run -it --rm -v $(PWD)/docs:/app/docs:ro mcp-document-server:latestEnvironment Variables
- MCP_DOCS_DIR
Security Notes
The server implements robust security measures including explicit path traversal attack prevention via `SafeFileHandler`, file size limits, and input validation for document paths and encodings. Logging is properly configured to `stderr` and files to avoid corrupting STDIO-based JSON-RPC communication. The core MCP server runs on STDIO, which is generally safer for local integration. An optional HTTP API adds a network surface but includes error handling. No 'eval' or obvious malicious patterns were found.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp_coordinator
A meta-MCP server that transforms other MCP servers into importable Python libraries, enabling token-efficient, self-improving AI agent workflows through sandboxed code execution and skill accumulation.
team-agentic-setup
The Cognee MCP Server functions as a central knowledge memory for a hierarchical AI agent system, enabling agents to dynamically retrieve and apply specialized development patterns for architecture, coding, testing, and deployment tasks.
claude-agent-mcp-skills
Assists with analyzing and applying code migrations between different frameworks and their versions.