Back to Home
circlesac icon

mcp-docs-server

Verified Safe

by circlesac

Overview

Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.

Installation

Run Command
npx -y @circlesac/mcp-docs-server

Security 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

Stats

Interest Score33
Security Score7
Cost ClassLow
Avg Tokens1000
Stars2
Forks1
Last Update2025-12-03

Tags

MCPDocumentationMarkdownAI AgentsServer