MCP Server
MCP
io.github.huangdun/tempmd
Publish artifacts to one stable public temp.md link that updates in place. No account needed.
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
By
Comments
Sign in to leave a comment