← Back to Plugins
MCP Server MCP

Artifacts

github By github 👁 1 views ▲ 0 votes

Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...