Loading MCP server directory, please wait...
Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.
npx @getmcp/cli add io.github.danielcregg/rosettahub-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
RH_API_KEYRosettaHUB API key
RH_ORGRosettaHUB organization name
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.danielcregg/rosettahub-mcp-server": {
"command": "uvx",
"args": [
"rosettahub-mcp-server"
],
"env": {
"RH_API_KEY": "",
"RH_ORG": "",
"RH_AWS_REGION": "eu-west-1",
"RH_WSDL_URL": ""
}
}
}
}