Rankrat for Cursor
io.github.psyb0t/rankrat
Self-hosted MCP for owned-site SEO, search analytics, indexing, monitoring, and safe remediation.
client:Cursor
transport:stdio
runtime:oci
Install Rankrat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rankrat": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs