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.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.