artifacty (raeseoklee/artifacty) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 18 tools. No publisher has claimed this listing.

C
Emerging
74/100

artifacty

A local, agent-to-agent artifact exchange for LLM workflows. Enables MCP-capable tools like Claude, Codex, and Gemini to publish, list, read, update, and continue from artifacts without copying content through chat.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

raeseoklee

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: ARTIFACTY_API_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 2 credentials: ARTIFACTY_API_TOKEN, ARTIFACTY_EMBEDDINGS_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configARTIFACTY_ALLOW_SECRETSArtifact content is scanned for common API keys and private keys before storage. Use --allow-secrets or =true only for intentional exceptions.
🔐 secretARTIFACTY_API_TOKENIf is set, HTTP API routes require Authorization: Bearer <token> or x-artifacty-token; scripts should prefer headers over ?token=... URLs.
🔐 secretARTIFACTY_EMBEDDINGS_API_KEYAPI key for the openai-compatible provider; never logged or stored —
configARTIFACTY_EMBEDDINGS_COMMANDLocal command that reads JSON lines on stdin and writes vectors on stdout —
configARTIFACTY_EMBEDDINGS_MAX_CANDIDATES20000
configARTIFACTY_EMBEDDINGS_MAX_CHARS8000
configARTIFACTY_EMBEDDINGS_URLopenai-compatible embeddings endpoint base URL; enables semantic/hybrid search —
configARTIFACTY_ENABLE_REACT_RENDERERReact artifacts are source-only by default. Set =true to execute them in a sandboxed frame with a frame-scoped CSP that permits JSX transformation.
configARTIFACTY_EVENT_HISTORY10000
configARTIFACTY_EVENT_POLL_MS1000
configARTIFACTY_HOME~/.artifacty
configARTIFACTY_HOST127.0.0.1
configARTIFACTY_LOCALEDefault UI locale (e.g. en, ko) when a request does not specify one en
configARTIFACTY_MAX_COMMENTS_PER_ARTIFACT2000
configARTIFACTY_MAX_DIFF_ENTRIES5000
configARTIFACTY_MAX_INLINE_DIAGRAMSMax inline Mermaid diagrams rendered per Markdown artifact 20
configARTIFACTY_MAX_SAVED_VIEWS_PER_USER100
configARTIFACTY_MAX_WAITSMax concurrent artifacty_wait MCP long-polls 64
configARTIFACTY_MCP_HTTPfalse
configARTIFACTY_MCP_MODElocal
configARTIFACTY_MCP_TIMEOUT_MS30000
configARTIFACTY_MCP_URLCentral MCP HTTP endpoint used by bridge mode —
configARTIFACTY_PORT8787
configARTIFACTY_RETENTION_ALLOW_PURGEfalse
configARTIFACTY_RETENTION_INTERVAL_MS3600000 (1 hour)
configARTIFACTY_SHARE_MODEBinding outside localhost requires both =lan or team and ARTIFACTY_API_TOKEN.
configARTIFACTY_SSE_MAX_CLIENTSMax concurrent SSE connections 64
configARTIFACTY_TEAM_WRITESet owner to restrict writes on team-visibility artifacts to the owner or an admin —
configARTIFACTY_URLPublic URL override; otherwise CLI/MCP read the last running server URL —
configARTIFACTY_WEBHOOK_ALLOW_PRIVATEfalse
configARTIFACTY_WEBHOOK_TIMEOUT_MS10000
configLOGNAME
// quality suggestions

All four hints declared on every tool

18/18 tools missing one or more hints — artifacty_create (missing: readOnlyHint); artifacty_publish (missing: readOnlyHint); artifacty_list (missing: destructiveHint, idempotentHint), +15 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/raeseoklee/artifacty)](https://m8ven.ai/mcp/raeseoklee/artifacty)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 3a78ef8fe2b7fd439af9d1c14aee6a6ca45f930c
code hash: 18bc5dcfbc5402a962de2bf98e44cafee19afc6c04bb58f2939b865e15c82b43
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client