Quick Start
Connect to the BlueRock Instance
ssh -i </path/to/key>.pem ec2-user@<INSTANCE_PUBLIC_IP>Launch the Weather MCP Server
cd /opt/bluerock/mcp/weatherMCP
source .venv/bin/activate
# Launch the server securely inside the BlueRock Sandbox
/opt/bluerock/bin/brace -l server.log -- uv run server-weatherMCP.pyConnect the Weather MCP Client
Test the Weather MCP
Last updated