mcp-docs-server
Verified Safeby circlesac
Overview
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.
Installation
npx -y @circlesac/mcp-docs-serverSecurity Notes
The server implements strong path traversal prevention for documentation access. It uses `@mdx-js/mdx` to compile and run MDX content for prompts, which involves dynamic code execution. While variable values are sanitized via JSON.stringify, the MDX content itself is trusted. This is generally acceptable for author-controlled content but elevates privilege. Commands like `npm publish` and `wrangler deploy` are executed via `child_process.spawn`, which are privileged operations, but expected for CLI functionality in build/publish contexts.
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.
scraps
A local CLI tool and Model Context Protocol (MCP) server for managing interconnected Markdown documentation, enabling static site generation, searching, templating, and AI assistant integration for knowledge base interaction.
mcp-server-nodejs-api-docs
This MCP Server provides up-to-date Node.js API documentation for built-in core modules to AI agents.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.