Skip to main content
Glama

tempmd-mcp

tempmd-mcp MCP server

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/mcp

Cursor / 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

publish_temp

新しいアーティファクトを公開し、安定した公開URLを取得します

update_temp

同じURLの背後に新しいバージョンをプッシュします

get_temp_status

ライフサイクルと復元の可否を確認します

restore_temp

最近期限切れになったTempを同じURLで復元します

snapshot_temp

現在のバージョンを固定参照として凍結します

set_comments

固定された訪問者コメントを切り替えます

list_temps

ローカルプロジェクトの記録またはアカウント所有のTempを一覧表示します

recover_update_token

失われたスコープ付き更新トークンをローテーションして回復します

publish_tempupdate_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

TEMPMD_API_URL

https://api.temp.md

別のAPIを指定します(例: ローカル開発の http://localhost:8787

Development

このリポジトリは、開発が行われるtemp.mdモノレポの packages/mcp パッケージをミラーリングしています。ここでは問題や機能リクエストを歓迎します。

Semantics agents should preserve

  • 正規URLが共有する唯一のリンクです — バージョン固有のリンクを表示しないでください。

  • 失敗した更新がライブリンクを壊すことはありません。最後に成功したバージョンが提供され続けます。

  • プロジェクトにすでにそのアーティファクトのTempがある場合は、publish_temp よりも update_temp を優先してください。

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables publishing and updating Claude artifacts or HTML to private, access-controlled links directly from Claude.
    1
    AGPL 3.0
  • A
    license
    A
    quality
    A
    maintenance
    Publish 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.
    1
    18
    13
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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