← Back to browse

rosettahub-mcp-server

Indexed by io.github.danielcregg

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRH_API_KEY RH_ORG RH_AWS_REGION RH_WSDL_URL
Claude Code
claude mcp add --env RH_API_KEY= --env RH_ORG= --env RH_AWS_REGION= --env RH_WSDL_URL= rosettahub-mcp-server -- uvx rosettahub-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rosettahub-mcp-server","command":"uvx","args":["rosettahub-mcp-server"],"env":{"RH_API_KEY":"","RH_ORG":"","RH_AWS_REGION":"","RH_WSDL_URL":""}}'
JSON
{
  "mcpServers": {
    "rosettahub-mcp-server": {
      "command": "uvx",
      "args": [
        "rosettahub-mcp-server"
      ],
      "env": {
        "RH_API_KEY": "",
        "RH_ORG": "",
        "RH_AWS_REGION": "",
        "RH_WSDL_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.