rightos mcp for Zed
io.github.suomimasuda/rightos-mcp
RightOS MCP: privacy-first QR queue/EV/pickup. 18 tools, no end-user PII.
client:Zed
transport:stdio
runtime:npm
Install rightos mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rightos-mcp": {
"command": "npx",
"args": [
"-y",
"@i-s3/rightos-mcp"
],
"env": {
"RIGHTOS_API_KEY": "<RIGHTOS_API_KEY>",
"RIGHTOS_BASE_URL": "<RIGHTOS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs