rigshare for Cursor
io.github.rper2001/rigshare
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
client:Cursor
transport:stdio
runtime:npm
Install rigshare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rigshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<RIGSHARE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs