tempmd-mcp
tempmd-mcp
MCPサーバー for temp.md — エージェントが作成したアーティファクトに、その場で更新される安定した公開リンクを1つ提供します。
HTML、Markdown、CSV、またはMermaidのアーティファクトを公開すると、amber-hill-9eb6.temp.md のような正規URLが得られます。同じURLの背後に新しいバージョンをプッシュできます — 再共有は不要です。Tempは作業が冷めたときに意図的に期限切れになります(7日間のアクティブウィンドウ、更新のたびにリセット)が、期限切れから7日以内に復元できます。
Install
Remote — no install
claude mcp add --transport http tempmd https://api.temp.md/mcpリモートMCPはインラインのUTF-8またはbase64ファイルを受け入れます。匿名公開には資格情報は不要です。アカウントに直接公開してアカウントツールを使用するには、接続を Authorization: Bearer <tempmd_key_...> で構成してください。
Local stdio — best for filesystem access and larger directories
claude mcp add tempmd -- npx -y @tempmd/mcpCursor / Windsurf / any MCP client — add to your MCP config:
{
"mcpServers": {
"tempmd": {
"command": "npx",
"args": ["-y", "@tempmd/mcp"]
}
}
}tempmd-mcp は、同じ実装とバージョンの互換性パッケージとして引き続き利用できます。
アカウントやAPIキーは不要です — temp.mdは匿名で先に作成できます。後でTempをクレームして保持できます。
リモートトランスポートは10 MiBとバンドルあたり20個のインラインファイルに制限されています。stdioパッケージはローカルパスを使用し、完全な50 MiB / 100ファイルのバンドルをサポートします。
Related MCP server: sentou
Tools
Tool | Local stdio | Remote | What it does |
| ✓ | ✓ | 新しいアーティファクトを公開し、安定した公開URLを取得します |
| ✓ | ✓ | 同じURLの背後に新しいバージョンをプッシュします |
| ✓ | ✓ | ライフサイクルと復元の可否を確認します |
| ✓ | ✓ | 最近期限切れになったTempを同じURLで復元します |
| ✓ | ✓ | 現在のバージョンを固定参照として凍結します |
| ✓ | ✓ | 固定された訪問者コメントを切り替えます |
| ✓ | ✓ | ローカルプロジェクトの記録またはアカウント所有のTempを一覧表示します |
| — | ✓ | 失われたスコープ付き更新トークンをローテーションして回復します |
publish_temp と update_temp は、クライアントルーティングのシングルページアプリ向けに spa_mode: true を受け入れます。静的サイトではオフのままにして、欠落したアセットが404を返すようにします。アップロードはファイルあたり10 MB、バンドルあたり50 MB、100ファイルに制限されています。公開と更新の制限はそれぞれ60/時間/IPと120/時間/Temp/IPです。
How credentials work
publish_temp は、レコード(Temp ID、URL、更新トークン、有効期限)をプロジェクトルートの .tempmd ファイルに保存します。他のすべてのツールはそのファイルを自動的に読み取るため、エージェントはトークンを管理しなくてもセッションをまたいで同じTempを更新できます。トークンは update_token で明示的に渡すこともできます。
リポジトリを読める全員と更新トークンを共有したくない場合は、.tempmd を .gitignore に追加してください。
Configuration
Env var | Default | Purpose |
|
| 別のAPIを指定します(例: ローカル開発の |
Development
このリポジトリは、開発が行われるtemp.mdモノレポの packages/mcp パッケージをミラーリングしています。ここでは問題や機能リクエストを歓迎します。
Semantics agents should preserve
正規URLが共有する唯一のリンクです — バージョン固有のリンクを表示しないでください。
失敗した更新がライブリンクを壊すことはありません。最後に成功したバージョンが提供され続けます。
プロジェクトにすでにそのアーティファクトのTempがある場合は、
publish_tempよりもupdate_tempを優先してください。
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables publishing and managing HTML artifacts on stacktr.ee directly from MCP clients like Claude Desktop.292MIT
- AlicenseNot gradedqualityBmaintenanceEnables publishing and updating Claude artifacts or HTML to private, access-controlled links directly from Claude.1AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables publishing, updating, and sharing HTML artifacts with strict security isolation (origin separation, CSP, API keys) via MCP tools.1
- AlicenseAqualityAmaintenancePublish HTML or markdown artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Works with the hosted service or a self-hosted instance.11813MIT
Related MCP Connectors
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tempmd/tempmd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server