Skip to content
Cursor

seracade for Cursor

io.github.rckl88/seracade

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

client:Cursor transport:stdio runtime:npm

Install seracade in Cursor

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

{
  "mcpServers": {
    "seracade": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}

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

seracade in other clients