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
{
"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