Skip to content
Cursor

RyRank for Cursor

io.github.trigeochiral/ryrank

Cohere-compatible pay-per-call reranker, no signup, x402/USDC

client:Cursor transport:stdio runtime:pypi

Install RyRank in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ryrank": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ryrank-mcp"
      ],
      "env": {
        "RYRANK_API": "<RYRANK_API>",
        "RYRANK_XPAYMENT": "<RYRANK_XPAYMENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RyRank in other clients