Skip to content
VS Code

PasteMD for VS Code

io.github.jini-tw/pastemd

Instant markdown sharing. Create, manage, and share documents with password protection.

client:VS Code transport:streamable-http

Install PasteMD in VS Code

.vscode/mcp.json

{
  "servers": {
    "pastemd": {
      "type": "http",
      "url": "https://api.pastemd.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PasteMD in other clients