Skip to content
Zed

artifyde mcp for Zed

com.artifyde/artifyde-mcp

A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.

client:Zed transport:stdio runtime:npm

Install artifyde mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "artifyde-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "artifyde-mcp"
      ],
      "env": {
        "ARTIFYDE_TOKEN": "<ARTIFYDE_TOKEN>",
        "ARTIFYDE_URL": "<ARTIFYDE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

artifyde mcp in other clients