← Index

io.github.RPER2001/rigshare

io.github.RPER2001/rigshare·v1.1.2·Other
Quality Score
85
/100

Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rigshare": {
      "command": "npx",
      "args": [
        "-y",
        "rigshare-mcp"
      ],
      "env": {
        "RIGSHARE_API_KEY": "<your-rigshare_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rigshare": {
      "command": "npx",
      "args": [
        "-y",
        "rigshare-mcp"
      ],
      "env": {
        "RIGSHARE_API_KEY": "<your-rigshare_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y rigshare-mcp
§02  Environment variables
RIGSHARE_API_KEY
secret

RIGShare API key (Bearer format). Required only for the authenticated tools: rigshare_list_my_bookings, rigshare_list_my_sessions, rigshare_create_booking. Without it, the four public read-only tools still work. Get a key at https://www.rigshare.app/profile#api-keys or contact support@rigshare.app.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other