Rankrat for Zed
io.github.psyb0t/rankrat
Self-hosted MCP for owned-site SEO, search analytics, indexing, monitoring, and safe remediation.
client:Zed
transport:stdio
runtime:oci
Install Rankrat in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rankrat": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs