Skip to content
VS Code

Rankrat for VS Code

io.github.psyb0t/rankrat

Self-hosted MCP for owned-site SEO, search analytics, indexing, monitoring, and safe remediation.

client:VS Code transport:stdio runtime:oci

Install Rankrat in VS Code

.vscode/mcp.json

{
  "servers": {
    "rankrat": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/rankrat:v0.20.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Rankrat in other clients