MCP Server
MCP
Artifacts
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
Install
oci:ghcr.io/kuyazee/artifacts:latest
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/kuyazee/artifacts:latest",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "Bearer token required for all writes and the MCP endpoint",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ARTIFACTS_API_KEY"
},
{
"description": "Public origin used in returned artifact URLs (e.g. https://artifacts.example.com)",
"format": "string",
"name": "BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment