Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Warashi • Uncategorized
A Go MCP server that serves markdown files with YAML or TOML frontmatter from a filesystem.
Access and read markdown documents with metadata over MCP.
List available markdown files and their metadata in a structured way.
That require serving markdown content with frontmatter support via a standardized protocol.
This MCP server exposes markdown files as resources accessible via the Model Context Protocol, allowing listing and reading of markdown files with metadata extracted from YAML or TOML frontmatter. It supports file system abstraction and URI-based resource management, making it easy to organize and serve markdown documents. The server can be run as a command-line tool or embedded in Go applications.