Variel MCP Server for Zed
ai.variel/mcp-server
Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP.
client:Zed
transport:stdio
runtime:npm
Install Variel MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@variel/mcp-server"
],
"env": {
"BRAND_API_KEY": "<BRAND_API_KEY>",
"VARIEL_API_URL": "<VARIEL_API_URL>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs