rightos mcp for Grok
io.github.suomimasuda/rightos-mcp
RightOS MCP: privacy-first QR queue/EV/pickup. 18 tools, no end-user PII.
client:Grok
transport:stdio
runtime:npm
Install rightos mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs