Artifacts for Grok
io.github.kuyazee/artifacts
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
client:Grok
transport:stdio
runtime:oci
Install Artifacts in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"artifacts": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<ARTIFACTS_API_KEY>",
"BASE_URL": "<BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs