HomeCloud & Monitoring › tempmd-mcp

tempmd-mcp

Publish artifacts to one stable public temp.md link that updates in place. No account needed.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-08-27 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.temp.md/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tempmd-mcp https://api.temp.md/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "tempmd-mcp": {
      "url": "https://api.temp.md/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional: Bearer followed by a temp.md account API key for account-owned publishing and account tools

Package (npm 0.4.3)

npx -y @tempmd/mcp@0.4.3

Or add to your MCP client config:

{
  "mcpServers": {
    "tempmd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tempmd/mcp@0.4.3"
      ],
      "env": {
        "TEMPMD_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • TEMPMD_API_URL — Override the temp.md API base URL (default: https://api.temp.md)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry