rightos mcp for Cursor
io.github.suomimasuda/rightos-mcp
RightOS MCP: privacy-first QR queue/EV/pickup. 18 tools, no end-user PII.
client:Cursor
transport:stdio
runtime:npm
Install rightos mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rightos-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@i-s3/rightos-mcp"
],
"env": {
"RIGHTOS_API_KEY": "<RIGHTOS_API_KEY>",
"RIGHTOS_BASE_URL": "<RIGHTOS_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs