HomeKnowledge & Memory › artifacta-mcp

artifacta-mcp

Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.

Official PythonTypeScript Cloud macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-07-28 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.artifacta.io/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http artifacta-mcp https://mcp.artifacta.io/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "artifacta-mcp": {
      "url": "https://mcp.artifacta.io/mcp"
    }
  }
}

Package (npm 1.0.4)

npx -y @artifacta-mcp/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "artifacta-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@artifacta-mcp/[email protected]"
      ],
      "env": {
        "ARTIFACTA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARTIFACTA_API_KEY required secret — Artifacta API key (ak_live_...) from https://app.artifacta.io/dashboard/keys

Package (pypi 1.0.4)

uvx artifacta-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "artifacta-mcp": {
      "command": "uvx",
      "args": [
        "artifacta-mcp"
      ],
      "env": {
        "ARTIFACTA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARTIFACTA_API_KEY required secret — Artifacta API key (ak_live_...) from https://app.artifacta.io/dashboard/keys

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry