
Markdown Reader
by adaptivekind
Read-only MCP server that discovers and reads Markdown files from configured local directories.
What it does
Provides a secure, read-only interface for AI agents to discover and read .md files within specific local directories, ideal for managing master prompts, knowledge bases, and documentation.
Tools
find_markdown_files: Search for markdown files with optional name filtering and paginationread_markdown_file: Read the full content of a specific markdown file
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"markdown-reader": {
"command": "/path/to/markdown-reader-mcp",
"args": ["/path/to/your/docs"]
}
}
}
Supported hosts
- claude
- vscode-copilot
- cursor
Quick install
go install github.com/adaptivekind/markdown-reader-mcp@latestInformation
- Pricing
- free
- Published
- 5/3/2026
- stars






