Artifacts for Windsurf
io.github.kuyazee/artifacts
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
client:Windsurf
transport:stdio
runtime:oci
Install Artifacts in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<ARTIFACTS_API_KEY>",
"BASE_URL": "<BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs