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
{
"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