Skip to content
Cursor

rentctl for Cursor

io.github.michael-drake/rentctl

Leased dev environments — every server dies when its AI session ends.

client:Cursor transport:stdio runtime:pypi

Install rentctl in Cursor

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

{
  "mcpServers": {
    "rentctl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rentctl"
      ]
    }
  }
}

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

rentctl in other clients