← Back to Plugins
MCP Server MCP

io.github.huangdun/tempmd

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.temp.md/mcp",
      "headers": [
        {
          "description": "Optional: Bearer followed by a temp.md account API key for account-owned publishing and account tools",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "tempmd-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the temp.md API base URL (default: https://api.temp.md)",
          "name": "TEMPMD_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...