io.github.tempmd/mcp
io.github.huangdun/tempmdPublish artifacts to one stable public temp.md link that updates in place. No account needed.
Tools · 8
Publish an inline text or base64 bundle to a stable public URL. Send index.html as the main page. Repeated identical calls are idempotent. If the MCP connection uses a temp.md account API key, the Tem…
Atomically publish a new inline bundle behind the same canonical URL. The previous Version stays live if this call fails.
Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.
Reactivate an expired Temp during its restore grace period without changing its URL.
Create a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version.
Toggle pinned visitor feedback on a Temp.
List Temps owned by the account API key supplied in the MCP Authorization header.
Rotate every prior scoped update token and return one replacement. Requires an owning account API key in the MCP Authorization header.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.tempmd/mcp": {
"url": "https://api.temp.md/mcp",
"transport": "streamable-http"
}
}
}