documcp
Verified Safeby tosin2013
Overview
DocuMCP is an intelligent Model Context Protocol (MCP) server designed for automating documentation workflows, including analysis, generation, and deployment for GitHub Pages.
Installation
node dist/index.jsEnvironment Variables
- DOCUMCP_LLM_API_KEY
- DOCUMCP_LLM_BASE_URL
Security Notes
Interacts heavily with the filesystem and executes child processes for Static Site Generator (SSG) builds and Git operations. Uses external LLM APIs and relies on environment variables for API keys. Incorporates `permission-checker.ts` and explicit security policy. Critical to run in a sandboxed/isolated environment as an MCP agent to mitigate risks of arbitrary code execution.
Similar Servers
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.
juleson
An AI-powered coding agent and automation toolkit that integrates with Google's Jules AI via CLI and MCP for comprehensive software development workflows.
documan
A documentation tool that provides a built-in MCP server, allowing AI assistants to semantically search and understand documentation in real-time.