Mcp Server Markdown
@ofershap
About Mcp Server Markdown
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"markdown": {
"command": "npx",
"args": [
"-y",
"mcp-server-markdown"
]
}
}
}Tools
6List all .md files in a directory recursively. Returns relative paths sorted alphabetically.
Full-text search across all .md files in a directory. Returns file, line number, and matching line. Limited to 50 results.
Extract a section by heading from a markdown file. Returns content from that heading until the next heading of same or higher level.
List all headings (# through ######) in a markdown file as a table of contents.
Find all fenced code blocks in a markdown file. Optionally filter by language (e.g. typescript, python).
Parse YAML frontmatter (between --- delimiters) at the start of a markdown file. Returns key-value metadata.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments