Back to Browse

Artifacts MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

artifacts-host is a well-designed self-hosted artifact publishing service with solid security fundamentals. Authentication is properly enforced via bearer tokens with timing-safe comparison. The codebase demonstrates good input validation, path traversal protection, and appropriate Content Security Policy headers. Minor code quality concerns (broad error handling, some input validation edge cases) and a reasonable permission scope appropriate to the service's purpose prevent a higher score, but no critical vulnerabilities were identified. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity).

4 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

file_delete

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Bearer token required for all writes and the MCP endpointRequired

Environment variable: ARTIFACTS_API_KEY

Public origin used in returned artifact URLs (e.g. https://artifacts.example.com)Optional

Environment variable: BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kuyazee-artifacts": {
      "env": {
        "BASE_URL": "your-base-url-here",
        "ARTIFACTS_API_KEY": "your-artifacts-api-key-here"
      },
      "args": [
        "-y",
        "artifacts-host"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!