MCP Server
MCP
io.github.danielcregg/rosettahub-mcp-server
Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.
Install
uvx rosettahub-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "rosettahub-mcp-server",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RosettaHUB API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RH_API_KEY"
},
{
"description": "RosettaHUB organization name",
"isRequired": true,
"format": "string",
"name": "RH_ORG"
},
{
"description": "Default AWS region for commands",
"format": "string",
"default": "eu-west-1",
"name": "RH_AWS_REGION"
},
{
"description": "Override WSDL endpoint URL",
"format": "string",
"name": "RH_WSDL_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment