The artifact store for AI agents — persist, retrieve, and share agent outputs across runs, sessions, and tools.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@artifacta-mcp/mcp"
],
"env": {
"ARTIFACTA_API_KEY": "${ARTIFACTA_API_KEY}"
}
}