Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Artifacta MCP
Artifacta MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:31:07 PM

Artifacta MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
artifact-storagefile-managementai-agentsmcp

Stores, retrieves, filters, uploads, and shares AI-generated artifacts with session metadata and safety controls.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sagapeak-artifacta-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@artifacta-mcp/mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

SagaPeak/artifacta-mcp MCP server gives agents persistent storage for files, reports, datasets, and other run outputs. It connects to Artifacta through a hosted HTTP endpoint with OAuth or through a local TypeScript or Python stdio package using an API key. Agents can upload content or confined local paths, retrieve metadata and download URLs, filter artifacts by session or agent, and publish or share outputs. Reach for it when agent results must survive across runs, be handed between sessions, or be exposed through controlled links.

Use cases

•Persist reports and datasets between agent runs
•Retrieve artifacts by session or agent identifier
•Upload local files within a configured path boundary
•Publish selected outputs as public artifact pages
•Transfer large files through presigned storage uploads

Key features

•Session- and agent-scoped artifact metadata
•Content-hash deduplication
•Path-confined local uploads
•Presigned upload and download URLs
•Expiring share links and public pages
•Idempotent artifact operations

Capabilities & Tool Schemas (10) ~2.1k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Artifacta MCP.

whoami

Return the calling tenant's identity, plan tier, current usage counters (storage bytes, monthly requests, active links), and rate limits. Use this once at the start of an agent run to confirm authentication and to size subsequent operations against quota. Free of side effects and quota-cheap.

list_artifacts

List artifacts owned by the calling tenant, newest first. Supports filters by `session_id`, `agent_id`, `filename` (exact match), `content_type`, `created_after` / `created_before` (ISO 8601), and one or more `metadata.<key>=<value>` pairs (multi-key requires Pro). Returns a page of artifact records and a `next_cursor` to fetch the next page. Use this to discover what an agent or pipeline produced when you only know a session or agent ID.

get_artifact

Fetch metadata for a single artifact by ID: filename, content type, size, content hash, session/agent IDs, custom metadata, expiry, creation timestamp. Does NOT return the file bytes — call `get_artifact_download_url` for that. Returns `artifact_not_found` for unknown IDs, `artifact_already_deleted` (HTTP 410) for soft-deleted ones, `artifact_expired` (410) for those past their TTL.

get_artifact_download_url

Generate a short-lived presigned URL (1 hour) the agent can use to download the artifact's bytes directly from Cloudflare R2. Use this when the agent itself needs to consume the file. For sharing with humans, use `create_download_link` instead — that produces a stable `dl.artifacta.io/lnk_…` URL with configurable expiry.

list_sessions

List session IDs synthesized from the calling tenant's artifacts, ordered by most recent activity. Each entry includes artifact count, seal status, and first/last activity timestamps. Sessions are not first-class — they exist only as long as artifacts reference them.

store_artifact

Upload a file as a new artifact in a single call. Provide EITHER up to ~10 MB of base64-encoded bytes via `content`, OR a local filesystem `path` that the MCP server reads and streams as multipart/form-data (up to 500 MB). For files larger than 500 MB, use `request_upload_url` (Pro only) instead — `store_artifact` returns `file_too_large` for them. Tags the artifact with `session_id` / `agent_id` / `metadata` for later retrieval and returns the full artifact record including its new `artifact_id` and `content_hash`. Path uploads are confined. The `path` argument is constrained to the launcher-configured allow-list (default: the MCP server's CWD). Paths outside the allow-list, paths traversing symlinks out of it, and paths to known-sensitive locations (`~/.ssh`, `~/.aws`, `/etc/`, etc.) are refused with `invalid_request`. For crash-safe retries, supply your own `idempotency_key` (any string ≤256 chars): a replay within 24h returns the original artifact and never double-bills. If you omit it, the server auto-generates one and returns it under `_meta.idempotency_key`, but that key protects only in-process retries within a single call — it is lost if the server restarts, so pre-commit your own key when durability matters.

How Artifacta MCP works

What SagaPeak/artifacta-mcp MCP server does

SagaPeak/artifacta-mcp MCP server exposes Artifacta as an MCP-based artifact store for AI agent workflows. It persists files and other outputs with artifact IDs, content hashes, filenames, content types, timestamps, session IDs, agent IDs, and custom metadata. Agents can later discover those records without relying on the original conversation or process.

The server supports both private retrieval and controlled sharing. An agent can obtain artifact metadata, request a one-hour presigned URL for the bytes, create an expiring download link for people, or publish an artifact as a public page at artifacta.io/a/{slug}. Publishing is separate from storage and is unlisted by default; unpublishing removes the page without deleting the stored artifact.

How it works

The same MCP tool surface is available through TypeScript and Python implementations. A hosted connection is available at https://mcp.artifacta.io/mcp; clients authenticate through OAuth Dynamic Client Registration with PKCE and a browser consent flow. Local or CI deployments run over stdio and authenticate with an ARTIFACTA_API_KEY.

For ordinary files, store_artifact accepts either base64 content of roughly 10 MB or a local path that the server streams as multipart data up to 500 MB. Larger files, up to 5 GB, use a two-step flow: reserve an upload URL, send the bytes directly to storage, then call complete_upload. The server verifies the uploaded object, calculates its content hash, and activates the artifact.

Artifacts can be grouped using session and agent identifiers. list_artifacts supports filters for those identifiers, exact filenames, content types, ISO 8601 date ranges, and metadata pairs. list_sessions derives session records from artifacts rather than maintaining sessions as independent objects.

Setup and configuration

For a local MCP client, run the TypeScript package with npx -y @artifacta-mcp/mcp and provide ARTIFACTA_API_KEY in the client environment. The Python alternative is pipx run artifacta-mcp. The repository identifies Node 20+ and Python 3.10+ as the supported runtimes.

The hosted setup avoids local installation and uses the MCP endpoint directly. Claude Desktop, Claude Code, Cursor, and other MCP clients can use the local stdio configuration; the README specifically documents the API-key environment variable and hosted HTTP setup. Local path uploads are restricted by an --allow-path allow-list, which defaults to the server's current working directory.

Tools and capabilities

  • Confirm tenant identity, plan information, usage counters, and rate limits with whoami.
  • Store, inspect, list, and download artifacts with store_artifact, get_artifact, list_artifacts, and get_artifact_download_url.
  • Track recent artifact-based sessions with list_sessions.
  • Handle large uploads with request_upload_url and complete_upload.
  • Publish or remove public artifact pages with publish_artifact and unpublish_artifact.
  • Use content-hash deduplication and caller-supplied idempotency keys for safer artifact retries.

Limitations and notes

SagaPeak/artifacta-mcp MCP server does not return file bytes from get_artifact; agents must request a download URL. The regular storage operation is limited to approximately 500 MB for path uploads, while the direct-upload flow is limited to 5 GB and is available only on the Pro plan.

Path uploads cannot escape the configured allow-list, traverse symlinks outside it, or target known-sensitive locations such as ~/.ssh, ~/.aws, and /etc/. Destructive tools such as deletion, session sealing, and public download-link creation require the local --allow-destructive setting. Hosted OAuth instead applies read, write, and destroy scopes. Publishing and unpublishing are write operations but are not treated as destructive actions.

The large-upload reservation is not retry-safe: after a server or network failure, callers should inspect for an existing pending artifact before reserving another upload. For normal storage retries, provide an idempotency key when a restart-safe retry is important. SagaPeak/artifacta-mcp MCP server is released under the MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    🧠 Knowledge & Memory3 views
    Compare vs Hindsight →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
426
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Artifacta MCP

For the TypeScript implementation, run `npx -y @artifacta-mcp/mcp` through an MCP client's stdio configuration and set `ARTIFACTA_API_KEY`. The Python implementation can be run with `pipx run artifacta-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArtifacta MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sagapeak-artifacta-mcp?style=directory)](https://allmcps.com/mcp/sagapeak-artifacta-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/sagapeak-artifacta-mcp"><img src="https://allmcps.com/api/badge/sagapeak-artifacta-mcp?style=directory" alt="Artifacta MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 28, 2026
npm downloads426/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good Ā· 61/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @artifacta-mcp/mcp (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Artifacta MCP →Install in Claude DesktopInstall in CursorInstall in VS Code