site-spec for Zed
io.github.ariaxhan/site-spec
MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.
client:Zed
transport:stdio
runtime:npm
Install site-spec in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"site-spec": {
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs