plsreadme
Проблема
Вы написали README, PRD, заметки о встрече или документацию API в формате markdown. Теперь вам нужно поделиться этим с кем-то, у кого нет рендерера markdown, кто не использует GitHub или кому просто нужна чистая ссылка, которую можно открыть в браузере.
plsreadme превращает любой markdown в постоянную, красиво оформленную веб-страницу за один шаг. Никаких аккаунтов. Никаких регистраций. Никаких сложностей.
Related MCP server: slideless-mcp
✨ Возможности
Мгновенный обмен — вставьте markdown или загрузите файл, получите ссылку
plsrd.meКрасивый рендеринг — чистая типографика, темная тема, адаптивность для мобильных устройств
Встроенные комментарии — читатели могут нажать на любой абзац и оставить отзыв
Режим обзора (текущий vs хронология) — документы с несколькими версиями по умолчанию показывают отзывы к текущему черновику с доступом в один клик к полной истории хронологии
AI автоформатирование — просто отправьте сырой текст; он превратится в чистый markdown
MCP-сервер — делитесь документами напрямую из Claude, Cursor, VS Code или любого MCP-клиента
Навык OpenClaw — доступен на ClawHub для рабочих процессов AI-агентов
Короткие ссылки — каждый документ получает компактный URL
plsrd.me/v/xxxДоступ к исходнику — скачайте оригинальный файл
.mdпо любой ссылкеХронология версий + безопасное восстановление —
/v/:id/versions+/v/:id/history+ API восстановления с приоритетом архива для быстрого откатаОснова на Clerk auth — интеграция входа через GitHub/Google + резервный вариант с email через Clerk + утилиты проверки бэкенд-авторизации
Модель владения (Фаза 2) — документы могут быть привязаны к пользователю Clerk (
owner_user_id) с сохранением анонимных потоковПанель «Мои ссылки» (Фаза 3) — аутентифицированная страница
/my-linksс поиском/сортировкой/пагинацией и быстрыми действиями копирования/открытияПрисвоение старых ссылок (Фаза 4) — авторизованные пользователи могут заявить права на старые анонимные ссылки, подтвердив оригинальный
admin_tokenДемонстрация сайта без настройки — для тестирования в браузере не требуется аккаунт или API-ключ
🚀 Быстрый старт
Веб
Перейдите на plsreadme.com, вставьте свой markdown, нажмите «поделиться».
Пути авторизации и состояние развертывания
Рекомендуемый порядок:
Сначала попробуйте в браузере — самый быстрый путь для демонстрации, настройка MCP не требуется.
Используйте удаленный MCP с входом через браузер, когда поддержка клиента подтверждена.
Используйте API-ключ / локальный MCP в качестве резервного варианта, если интерактивный вход недоступен.
Текущее состояние развертывания:
Путь | Статус сегодня | Правило владения | Тег источника |
Анонимная демо-версия сайта | Доступно через демо-поток с проверкой в браузере |
|
|
Создание через авторизованный сайт | Доступно сейчас | документ создается с владельцем — авторизованным пользователем Clerk |
|
Удаленный MCP с входом через браузер | Доступно в поддерживаемых клиентах | создает документы, принадлежащие пользователю после входа через браузер |
|
Удаленный MCP с API-ключом | Доступно как резервный вариант совместимости | создает документы, принадлежащие владельцу API-ключа |
|
Локальный npm MCP с API-ключом | Доступно сейчас, рекомендуется для локальных stdio-настроек | создает документы, принадлежащие владельцу API-ключа |
|
Локальный npm MCP анонимный | Доступно только при явном включении | остается анонимным, пока не будет заявлено/сохранено |
|
Примечания по удаленному MCP:
https://plsreadme.com/mcphttps://plsreadme.com/sse
Эти удаленные маршруты MCP работают за OAuth-защищенным входом в браузере, включая /authorize, /oauth/token и /oauth/register.
Операционные примечания:
D1
doc_create_events— это каноническая таблица атрибуции создания для всех потоков: веб, удаленного MCP и локального MCP.docs.raw_view_countотслеживает каждое обращение к рендерингу, в то время какdocs.view_countзарезервировано для просмотров, предположительно, людьми.См.
docs/runbooks/auth-surface-monitoring.mdдля набора производственных запросов и шагов реагирования.токены доступа живут около
1 часатокены обновления живут около
30 днейповторное подключение того же клиента заменяет старый грант
выход из системы на сайте сам по себе не отзывает существующий грант редактора
этот репозиторий теперь подключен к выделенной привязке Cloudflare Workers KV с именем
OAUTH_KV
Когда вход через браузер недоступен в вашем клиенте, создайте личный API-ключ на странице /my-links и используйте либо резервный заголовок удаленного доступа, либо локальный пакет npx -y plsreadme-mcp.
Модель доверия демо-сайта сегодня:
анонимное создание на сайте через
/api/create-linkтребует кратковременного гранта проверки браузерасоздание через авторизованный сайт пропускает этот грант и работает без лишних действий
UI после создания теперь предлагает варианты:
Сохранить в мой аккаунт,Подключить редакториСкопировать ссылку
API
curl -X POST https://plsreadme.com/api/render \
-H "Content-Type: application/json" \
-d '{"markdown": "# Hello World\n\nThis is my doc."}'{
"id": "abc123def456",
"url": "https://plsreadme.com/v/abc123def456",
"raw_url": "https://plsreadme.com/v/abc123def456/raw",
"admin_token": "sk_..."
}Сохраните admin_token — он понадобится для редактирования или удаления:
# Update
curl -X PUT https://plsreadme.com/v/abc123def456 \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{"markdown": "# Updated content"}'
# Delete
curl -X DELETE https://plsreadme.com/v/abc123def456 \
-H "Authorization: Bearer sk_..."Хронология версий + безопасное восстановление
Используйте эндпоинт хронологии для проверки контекста ревизий во время циклов итерации AI:
curl https://plsreadme.com/v/abc123def456/versions{
"id": "abc123def456",
"current_version": 5,
"total_versions": 5,
"versions": [
{ "version": 5, "is_current": true, "raw_url": "https://plsreadme.com/v/abc123def456/raw" },
{ "version": 4, "is_current": false, "raw_url": "https://plsreadme.com/v/abc123def456/raw?version=4" }
]
}Если AI-правка ухудшила документ, восстановите предыдущий снимок (с приоритетом архива, без разрушения данных):
curl -X POST https://plsreadme.com/v/abc123def456/restore \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{"version": 4}'Восстановление ограничено по частоте так же, как и обновления (в настоящее время 60/час на ключ актора) для уменьшения злоупотреблений.
Для документов, принадлежащих авторизованному пользователю Clerk, обновление/удаление/восстановление также требуют сессии владельца (для предотвращения мутаций между пользователями), в то время как анонимные документы продолжают работать только с admin_token.
Примечания по использованию режима обзора (сначала текущий черновик, хронология по запросу)
Просмотрщик документов теперь предоставляет элементы управления обзором комментариев:
Текущий черновик — показывает только комментарии, привязанные к последней версии документа (по умолчанию, если у документа несколько версий).
Хронология — показывает полную историю комментариев по всем версиям.
Вы можете получить те же режимы напрямую через API:
# Latest-version comments only
curl "https://plsreadme.com/api/comments/abc123def456?view=current"
# Full timeline comments (default API behavior)
curl "https://plsreadme.com/api/comments/abc123def456?view=all"Ссылки на просмотр сохраняют режим в URL для контекста обзора:
https://plsreadme.com/v/abc123def456?view=currenthttps://plsreadme.com/v/abc123def456?view=timeline
Чтобы заявить права на старую анонимную ссылку в свой авторизованный аккаунт:
curl -X POST https://plsreadme.com/api/auth/claim-link \
-H "Authorization: Bearer <clerk-session-jwt>" \
-H "Content-Type: application/json" \
-d '{"id":"abc123def456","adminToken":"sk_..."}'MCP (AI-редакторы)
Текущая рекомендация:
используйте удаленный MCP с входом через браузер, если ваш клиент это поддерживает
используйте резервный личный API-ключ, если удаленная авторизация недоступна или неудобна
используйте локальный пакет
plsreadme-mcpсPLSREADME_API_KEYдля самого безопасного пути через stdio
Подключите свой редактор к plsreadme и делитесь документами с помощью естественного языка:
"Поделись этим README как ссылкой plsreadme" "Преврати мой PRD в страницу для общего доступа" "Сделай эти заметки о встрече читаемой ссылкой"
Цикл авто-обзора MCP/агента с /versions
Для итеративных процессов написания AI (черновик → критика → правка) агенты могут использовать /v/:id/versions как источник истины:
Сохраняйте канонический читаемый URL (
/v/:id) для людей.Опрашивайте
/v/:id/versionsмежду итерациями.Сравнивайте
current_versionс последней проверенной версией.Если есть изменения, получите
raw_urlдля новой версии и запустите проверки.Если качество ухудшилось, при необходимости вызовите
/v/:id/restoreс admin token + сессией владельца.
Это дает автоматизации детерминированное отслеживание ревизий без парсинга HTML.
См. docs/ai-iteration-versioning.md для полного руководства.
🔌 Настройка MCP
Матрица совместимости клиентов
Актуально на 5 апреля 2026 года:
Клиент | Рекомендуемый путь | Поддержка входа через браузер | Резервный API-ключ | Примечания |
Claude Code | сначала удаленный MCP | подтверждено | да | лучший удаленный поток; локальный stdio с |
Cursor | сначала удаленный MCP | задокументировано, зависит от сборки | да | используйте заголовки, если ваша сборка не вызывает OAuth-запрос |
VS Code | удаленный MCP, если доступен | конфигурация есть, развертывание зависит от сборки | да |
|
Windsurf | удаленный MCP, если доступен | задокументированная удаленная поддержка | да | используйте |
Claude Desktop | локальный npm MCP | нет подтвержденного удаленного потока | да | предпочтительнее stdio + |
Raw HTTP / скрипты | удаленный режим заголовков | нет | да | отправляйте |
Удаленный вход (поддерживаемые клиенты)
Claude Code:
claude mcp add --transport http plsreadme https://plsreadme.com/mcpCursor:
{
"mcpServers": {
"plsreadme": {
"url": "https://plsreadme.com/mcp"
}
}
}VS Code:
{
"servers": {
"plsreadme": {
"type": "http",
"url": "https://plsreadme.com/mcp"
}
}
}Windsurf:
{
"mcpServers": {
"plsreadme": {
"serverUrl": "https://plsreadme.com/mcp"
}
}
}Примечания по жизненному циклу:
TTL токена доступа около
1 часаTTL токена обновления около
30 днейповторное подключение того же клиента заменяет старый грант
выход из системы завершает сессию сайта, но не отзывает автоматически существующий грант редактора
используйте
GET /api/auth/mcp-grantsиDELETE /api/auth/mcp-grants/:grantIdдля аудита или отзыва грантов редактора
Если ваш клиент поддерживает вход через браузер, отдавайте предпочтение этому пути. Это самая чистая настройка, которая автоматически привязывает документы к вашему аккаунту на сайте.
Резервный вариант с удаленным API-ключом
Сначала создайте личный API-ключ на странице https://plsreadme.com/my-links, затем используйте один из вариантов:
Claude Code:
claude mcp add --transport http \
--header "Authorization: Bearer $PLSREADME_API_KEY" \
plsreadme-api https://plsreadme.com/mcpCursor:
{
"mcpServers": {
"plsreadme-api": {
"url": "https://plsreadme.com/mcp",
"headers": {
"Authorization": "Bearer ${env:PLSREADME_API_KEY}"
}
}
}
}VS Code:
{
"inputs": [
{
"type": "promptString",
"id": "plsreadme-api-key",
"description": "plsreadme personal API key",
"password": true
}
],
"servers": {
"plsreadme-api": {
"type": "http",
"url": "https://plsreadme.com/mcp",
"headers": {
"Authorization": "Bearer ${input:plsreadme-api-key}"
}
}
}
}Windsurf:
{
"mcpServers": {
"plsreadme-api": {
"serverUrl": "https://plsreadme.com/mcp",
"headers": {
"Authorization": "Bearer ${env:PLSREADME_API_KEY}"
}
}
}
}Пользователи удаленных эндпоинтов:
curl -i https://plsreadme.com/mcp \
-H "Authorization: Bearer $PLSREADME_API_KEY"Локальный npm-вариант
Claude Code:
claude mcp add --transport stdio \
--env PLSREADME_API_KEY=$PLSREADME_API_KEY \
plsreadme -- npx -y plsreadme-mcpCursor:
Добавьте в ~/.cursor/mcp.json:
{
"mcpServers": {
"plsreadme": {
"command": "npx",
"args": ["-y", "plsreadme-mcp"],
"env": {
"PLSREADME_API_KEY": "${env:PLSREADME_API_KEY}"
}
}
}
}VS Code:
Добавьте в .vscode/mcp.json:
{
"inputs": [
{
"type": "promptString",
"id": "plsreadme-api-key",
"description": "plsreadme personal API key",
"password": true
}
],
"servers": {
"plsreadme": {
"command": "npx",
"args": ["-y", "plsreadme-mcp"],
"env": {
"PLSREADME_API_KEY": "${input:plsreadme-api-key}"
}
}
}
}Claude Desktop:
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"plsreadme": {
"command": "npx",
"args": ["-y", "plsreadme-mcp"],
"env": {
"PLSREADME_API_KEY": "<paste-your-personal-api-key>"
}
}
}
}Windsurf:
Добавьте в ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"plsreadme": {
"command": "npx",
"args": ["-y", "plsreadme-mcp"],
"env": {
"PLSREADME_API_KEY": "${env:PLSREADME_API_KEY}"
}
}
}
}Примечания:
локальный stdio теперь ожидает
PLSREADME_API_KEYпо умолчанию, чтобы новые документы были привязаны к владельцуявный режим анонимности все еще существует через
PLSREADME_ALLOW_ANONYMOUS=1создайте свой ключ на https://plsreadme.com/my-links
Миграция существующих анонимных настроек MCP
Если вы уже использовали plsreadme-mcp анонимно:
Создайте личный API-ключ на странице
/my-links.Добавьте
PLSREADME_API_KEYв конфигурацию вашего MCP-клиента.Оставьте
PLSREADME_ALLOW_ANONYMOUS=1только как временную костыльную совместимость для старых рабочих процессов.
Available Tools
5 toolsplsreadme_deleteADestructive
Delete a plsreadme document permanently.
Requires either the document ID or the original file path. Looks up the admin token from the local .plsreadme record file.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document ID to delete. | |
| file_path | No | Original file path (looks up the linked doc). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations mark destructiveHint=true. The description adds that deletion is 'permanently' and reveals that the tool 'Looks up the admin token from the local .plsreadme record file,' which is a behavioral dependency beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two succinct sentences: first states the primary action, second provides key constraints. No unnecessary words or repetition. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple delete tool with no output schema, the description covers the core action, permanence, and a prerequisite. The token lookup detail is helpful. It could mention error handling or confirmation, but overall is adequate for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with both parameters having descriptions. The description adds the critical constraint that 'Requires either the document ID or the original file path,' clarifying that they are alternatives, which the schema's optionality does not convey.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action: 'Delete a plsreadme document permanently.' The verb 'Delete' and the resource 'plsreadme document' are specific. The description distinguishes from siblings (list, share, update) as there is no other delete tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a usage prerequisite: requires either document ID or file path. However, it does not specify when not to use this tool or offer alternatives to alternatives to deletion. The guidance is minimal but present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plsreadme_listARead-onlyIdempotent
List all plsreadme documents tracked in the local .plsreadme file.
Shows document IDs, titles, URLs, and source files.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds the detail that it reads from a local file, which is useful but not essential beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with two sentences that front-load the core action. Every word serves a purpose, and there is no extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list operation with no parameters and no output schema, the description adequately covers behavior (lists all documents) and return fields. It does not mention sorting or pagination, but given the tool's simplicity, this is acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters in the input schema, so the description does not need to add parameter details. Schema coverage is 100% by default, and the description provides no contradictory or missing information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifically states the action (list all documents), the resource (plsreadme documents tracked in the local .plsreadme file), and the output fields (IDs, titles, URLs, source files). It clearly distinguishes from sibling operations like delete, share, and update.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus its siblings. There is no mention of prerequisites or alternatives, leaving the agent to infer context from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plsreadme_updateAIdempotent
Update an existing plsreadme document with new content.
Requires either the document ID or the original file path. Looks up the admin token from the local .plsreadme record file.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document ID to update. | |
| file_path | No | Original file path (looks up the linked doc). | |
| markdown | Yes | New markdown content. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds context beyond annotations: authentication via local file, alternative identifiers. Consistent with idempotentHint=true and readOnlyHint=false. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, first states action, second details requirements. No redundant information, highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers action, required params, and identification method. Lacks error handling details or return type, but sufficient for a simple update tool with idempotent hint.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, baseline 3. Description adds meaning by clarifying id and file_path are alternatives, not both required. Enhances understanding of parameter relationships.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Update' and the resource 'existing plsreadme document'. It distinguishes this tool from siblings (delete, list, share) by specifying content update.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides guidance on required parameters (either id or file_path) and mentions a prerequisite (admin token lookup). Could explicitly state when to use vs alternatives, but siblings are distinct actions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
v1.0.1- Added
plsreadme_delete - Added
plsreadme_list - Added
plsreadme_share_file - Added
plsreadme_share_text - Added
plsreadme_update
TDQS
Scored across 5 tools
Each tool has a distinct purpose: delete, list, share file, share text, update. There is no ambiguity as descriptions clearly differentiate them.
All tools follow the consistent pattern 'plsreadme_verb' with verbs like delete, list, share_file, share_text, update. Naming is uniform and predictable.
With 5 tools covering the core operations of sharing, listing, updating, and deleting documents, the count is well-scoped and appropriate for the service's purpose.
The tool set offers full CRUD-like coverage (create via share, read via list, update, delete) but lacks a direct 'get by ID' tool, though list provides IDs and URLs.
Maintenance
Related MCP Connectors
Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
List, share, upload, and manage Slideless HTML presentations from any MCP host.
MCP server for accessing curated awesome list documentation
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that wraps the rustypaste API, allowing users to upload text, files, and URLs to a rustypaste instance. It supports features such as single-use links, file expiration, and URL shortening.729 npm-

slideless-mcpofficial
FlicenseNot gradedqualityCmaintenanceMCP server that wraps the Slideless HTTP API as tools for listing, sharing, uploading, and managing HTML presentations from any MCP host without installing the CLI.-- AlicenseAqualityBmaintenanceAn MCP server that lets AI publish markdown documents to a clean, themed web UI. One tool call creates a shareable doc.84MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for managing a personal markdown wiki. Provides search, navigation, read, write, delete, and move tools with automatic index.md management.-