Markdownify MCP Server

get-markdown-file

Get a markdown file by absolute file path

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path to file of markdown'd text

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Absolute path to file of markdown'd text", "type": "string" } }, "required": [ "filepath" ], "type": "object" }