Skip to content
Cursor

rosettahub mcp server for Cursor

io.github.danielcregg/rosettahub-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install rosettahub mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rosettahub mcp server in other clients