rigshare for VS Code
io.github.rper2001/rigshare
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
client:VS Code
transport:stdio
runtime:npm
Install rigshare in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rigshare-api-key",
"description": "RIGSHARE_API_KEY",
"password": true
}
],
"servers": {
"rigshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "${input:rigshare-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs