mcp for Zed
io.speedvault/mcp
Run web performance audits, get code-level fixes, crawl for SEO, and read real-user Core Web Vitals.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@speedvault/mcp"
],
"env": {
"SPEEDVAULT_API_KEY": "<SPEEDVAULT_API_KEY>",
"SPEEDVAULT_API_URL": "<SPEEDVAULT_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs