markdown-mcp-server
Verified Safeby repr0bated
Overview
Serves local Markdown files from specified Git repositories as MCP resources for AI assistants like Claude and Cursor, providing access to documentation and code specifications.
Installation
No command providedSecurity Notes
The server explicitly implements path traversal protection, restricts access to configured base directories (`/git/agents`, `/git/commands`), and exclusively serves `.md` files. It operates locally over stdio, implying no direct network exposure. There is no indication of 'eval' usage or obfuscation.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
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.
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.