Skip to content

rosettahub mcp server for Grok

io.github.danielcregg/rosettahub-mcp-server

Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.

client:Grok transport:stdio runtime:pypi

Install rosettahub mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rosettahub-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rosettahub-mcp-server"
      ],
      "env": {
        "RH_API_KEY": "<RH_API_KEY>",
        "RH_ORG": "<RH_ORG>",
        "RH_AWS_REGION": "<RH_AWS_REGION>",
        "RH_WSDL_URL": "<RH_WSDL_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

rosettahub mcp server in other clients