Welcome to Chester
Chester is your personal Markdown document platform. Write docs in Claude, push them here, and share them with the world.
How it works
- Write — Draft your document in Claude
- Publish — Use the
chester_publishMCP tool to push it to Chester - Browse — View and manage your docs in the dashboard
- Share — Send anyone the link
Features
- Full GitHub Flavored Markdown support
- Syntax highlighting for code blocks
- Search across all documents
- Tag-based organization
// Publishing a doc is this simple
chester_publish({
title: "My Document",
content: "# Hello World\n\nThis is my doc.",
tags: ["example"]
});
Happy writing!