Welcome to Chester

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

  1. Write — Draft your document in Claude
  2. Publish — Use the chester_publish MCP tool to push it to Chester
  3. Browse — View and manage your docs in the dashboard
  4. Share — Send anyone the link

Features

// Publishing a doc is this simple
chester_publish({
  title: "My Document",
  content: "# Hello World\n\nThis is my doc.",
  tags: ["example"]
});

Happy writing!