MCPFast / Tools / Vellum: Lightweight self-hosted MCP server on Markdown files
Vellum is a lightweight, self-hosted MCP server running on Markdown files, requiring only a Go binary and no database.
View on GitHub→Vellum offers a streamlined approach to managing MCP (Model-Centric Programming) servers by leveraging Markdown files for data storage. This self-hosted solution is designed for developers seeking a simple, database-free environment for their AI projects. By eliminating complex database setups, Vellum prioritizes ease of deployment and maintenance, making it an efficient choice for rapid prototyping and development.
Vellum functions as an MCP server that stores and serves data directly from Markdown files. This means your entire knowledge base, agent configurations, and operational data can be managed within plain text files. The server is built as a single Go binary, simplifying distribution and execution. It handles the parsing of Markdown content and makes it accessible for your AI agents to interact with, effectively turning your documentation and notes into a dynamic data source.
Vellum is an excellent choice for AI developers and builders who value simplicity and direct control over their data. It's particularly suited for: