Stitch Wand for Zed
io.github.dilshaus/stitch-wand
Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.
client:Zed
transport:stdio
runtime:npm
Install Stitch Wand in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stitch-wand": {
"command": "npx",
"args": [
"-y",
"@stitchwand/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs