# Using the BlueRock Secure MCP Server for FastMCP

### What you get in BlueRock Secure MCP Server for FastMCP

The fastest and easiest way to secure FastMCP.  The Free Tier provides real-time visibility & alerting to protect the runtime integrity of FastMCP servers. &#x20;

Components includes:

* BlueRock Amazon Linux 2023 (pre-hardened base image)
* Fast MCP Pythonic Framework
* Sample FastMCP-based server

### Log in to your BlueRock Free Tier instance AMI

```sh
ssh -i <ssh-key-file> ec2-user@<ip-address>
```

### BlueRock Agentic Security Services

When the BlueRock Free Tier instance boots, BlueRock Agentic Security services automatically start.  There are two docker containers that run:

```sh
docker ps
CONTAINER ID   IMAGE                                                        COMMAND                  CREATED        STATUS       PORTS     NAMES
08cb76f1e642   public.ecr.aws/aws-observability/aws-otel-collector:latest   "/awscollector --con…"   23 hours ago   Up 6 hours             otel-collector
afea84f28580   ultracontrol:latest                                          "/opt/bluerock/sbin/…"   8 days ago     Up 6 hours             uc
```

### FastMCP Pythonic Framework

```sh
ls ~/BlueRock-Demos/fastmcp-project/ 
```

### Example MCP Server components

The Anthropic Weather MCP server is pre-bundled into the BlueRock Free Tier instance.

```sh
ls ~/BlueRock-Demos/server-weatherMCP/
ls ~/BlueRock-Demos/client-weatherMCP/
```
