streamable-httpupdated 7mo ago
Instant markdown sharing. Create, manage, and share markdown documents directly from Claude.
O que dá para fazer com PasteMD?
PasteMD - Claude Code Plugin
Instant markdown sharing. Create, manage, and share markdown documents directly from Claude.
Install
claude mcp add --transport http pastemd https://api.pastemd.io/mcp
Or install from the Plugin Directory:
/plugin install pastemd
Tools
| Tool | Description |
|---|---|
get_document |
Fetch a document by its slug (supports password-protected docs) |
list_documents |
List your documents with search and project filtering |
create_document |
Create a new markdown document with optional expiration |
update_document |
Update an existing document's content, title, or project |
list_projects |
List your projects with document counts |
get_project |
Get project details and its documents |
create_project |
Create a new project to organize documents |
Examples
Share meeting notes instantly
Write markdown meeting notes in Claude and create a shareable link with one command. Set expiration dates for time-sensitive content.
Create a PasteMD document with today's meeting notes about the Q1 roadmap review.
Set it to expire in 1 week.
Organize project documentation
Create a project in PasteMD, add multiple documents, and share the entire collection with team members.
Create a "Backend API Docs" project and add documents for each endpoint group.
Secure document sharing
Share confidential documents with password protection. Recipients must enter the password to view the content.
Create a password-protected document with the security audit results and share the link.
Authentication
This plugin uses OAuth 2.1 (PKCE) for secure authentication. On first use, you'll be prompted to authorize via your PasteMD account (Google Sign-In or email).
Links
- Website: pastemd.io
- MCP Documentation: pastemd.io/mcp
- Support: support@pastemd.io
Instalação
Adicione PasteMD ao seu cliente. Escolha o que você usa.
claude mcp add --transport http pastemd https://api.pastemd.io/mcpcodex mcp add pastemd --url https://api.pastemd.io/mcp{
"mcpServers": {
"pastemd": {
"url": "https://api.pastemd.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pastemd": {
"type": "http",
"url": "https://api.pastemd.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pastemd": {
"url": "https://api.pastemd.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pastemd": {
"serverUrl": "https://api.pastemd.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 ferramentas
PasteMD expõe 7 ferramentas a um agente conectado.
- get_document
- Fetch a document by its slug (supports password-protected docs)
- list_documents
- List your documents with search and project filtering
- create_document
- Create a new markdown document with optional expiration
- update_document
- Update an existing document's content, title, or project
- list_projects
- List your projects with document counts
- get_project
- Get project details and its documents
- create_project
- Create a new project to organize documents
Pontuação
50 / 100
Aceitável
- Documentação17/25
- Manutenção9/25
- Confiança6/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 212 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 1 de fev. de 2026 |