Catalog
Artifacts
Officialby kuyazee · JavaScript
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
Topics
artifactsclaudedockerexpressmcpself-hostedstatic-hosting
README not available yet.
Install
Configuration
Environment variables
ARTIFACTS_API_KEYrequiredsecretBearer token required for all writes and the MCP endpoint
BASE_URLPublic origin used in returned artifact URLs (e.g. https://artifacts.example.com)
claude_desktop_config.json
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<YOUR_ARTIFACTS_API_KEY>",
"BASE_URL": "<YOUR_BASE_URL>"
}
}
}
}