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 acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.
doc-manager-mcp
Manages the entire documentation lifecycle for software projects, automating creation, maintenance, quality assessment, and synchronization, primarily through an MCP server interface for AI agents.
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.