rigshare for Zed
io.github.rper2001/rigshare
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
client:Zed
transport:stdio
runtime:npm
Install rigshare in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rigshare": {
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<RIGSHARE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs