Skip to content
Windsurf

rosettahub mcp server for Windsurf

io.github.danielcregg/rosettahub-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install rosettahub mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "rosettahub-mcp-server": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

rosettahub mcp server in other clients