mcp for Zed
com.sitecurl/mcp
Run website audits and track site health scores, findings, and regressions from any MCP client.
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",
"@sitecurl/mcp"
],
"env": {
"SITECURL_API_KEY": "<SITECURL_API_KEY>",
"SITECURL_API_URL": "<SITECURL_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs