ProjectDocsServer
Verified Safeby wullemsb
Overview
Provides project documentation and resources to Large Language Models (LLMs) via the Model Context Protocol (MCP).
Installation
dotnet runSecurity Notes
The server exposes file system access via `project://file/{path}` and `project://logs/{date}`. While the README states 'security restrictions' for file access, the exact implementation is not visible in the truncated code. Inadequate restrictions could lead to path traversal vulnerabilities and unauthorized data exposure. No other obvious critical risks like 'eval' or hardcoded secrets are present in the provided context. The server runs locally via STDIO, limiting network attack surface.
Similar Servers
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.
mcp-doc-server
The project serves as a document processing backend, extracting metadata and text from various document formats (Markdown, PDF), cleaning and segmenting the content, and preparing it for further analysis or embedding.
utcp-docs-server
A comprehensive MCP server that helps AI coding agents understand and implement the Universal Tool Calling Protocol (UTCP) by providing documentation search, validation, generation, and an LLM-powered expert agent.
mcp-server-context-engineering
This project provides a server-side framework for managing and integrating contextual information, potentially involving AI models and search modules, within a larger engineering platform.