
Alex Pradas Folios
- 3 repo stars
- Updated March 19, 2026
- alex-pradas/folios
Folios is an MCP server plugin that points at a folder of versioned Markdown files so AI agents can query documents, metadata, and diffs with read-only access.
About
Folios is a Claude Code marketplace plugin that ships an MCP server for querying a local library of versioned Markdown documents. It lets AI agents read specs, guidelines, and internal knowledge from a folder on disk with metadata and diffs, avoiding complex RAG setup when source documents are already trustworthy. Use it while building agentic workflows that need document context before integrating with enterprise PLM or QMS systems. Developers reach for Folios when they want straightforward read-only document access in Claude Code with minimal infrastructure.
- MCP server for a local versioned Markdown document library
- Read-only access to documents, metadata, and diffs
- No RAG pipeline required—query source files directly
- Useful for prototyping enterprise document access
- Point the server at any folder of Markdown files
Alex Pradas Folios by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add alex-pradas/foliosAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | March 19, 2026 |
| Repository | alex-pradas/folios ↗ |
How can my coding agent access internal Markdown specs and guidelines without building and maintaining a RAG pipeline?
Give Claude Code read-only MCP access to a local folder of versioned Markdown documents for specs, guidelines, and internal knowledge.
Who is it for?
Developers prototyping agent workflows that need local, versioned document context before enterprise repository integration.
Skip if: Teams that need write access, non-Markdown enterprise repositories, or full-text search across massive unstructured corpora.
What you get
Agents can retrieve document content, metadata, and diffs from the configured local Folios library through MCP tools.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Do I need RAG to use Folios?
No. Folios gives agents direct read-only access to Markdown source files without a retrieval pipeline.
What file format does Folios expect?
A local folder of Markdown documents that the MCP server indexes for querying.
Can agents modify documents through Folios?
No. The marketplace description specifies read-only access to documents, metadata, and diffs.