MCP.so
Sign In
A

Aws Bedrock Guardrails

@mohdhaji87

About Aws Bedrock Guardrails

This MCP server exposes all AWS Bedrock Guardrails management features as tools, allowing you to create, edit, delete, and export guardrails (including all policy types) programmatically or via LLMs like Claude Desktop. It also supports exporting guardrail configurations as Terra

Basic information

Category

Cloud & Infrastructure

Transports

stdio

Publisher

mohdhaji87

Submitted by

mohd Haji

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "BedrockGuardrailsMCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/haji/mcp-servers/bedrock-guardrails-mcp",
        "run",
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Aws Bedrock Guardrails?

Aws Bedrock Guardrails is an MCP server that allows users to create, update, delete, and list AWS Bedrock Guardrails. It supports all policy types including content, topic, word, sensitive information, and contextual grounding. It can export any guardrail as a Terraform .tf file using CloudFormation schema.

How to use Aws Bedrock Guardrails?

Configure AWS credentials via environment variables for authentication. Integrate with Claude Desktop or any MCP-compatible client. Use the server’s tools to manage guardrails and export them as Terraform files.

Key features of Aws Bedrock Guardrails

  • Create, update, delete, and list AWS Bedrock Guardrails
  • Full support for all guardrail policy types
  • Export guardrails as Terraform .tf files
  • Secure authentication via AWS environment variables
  • Ready for Claude Desktop integration

Use cases of Aws Bedrock Guardrails

  • Manage guardrails for content moderation in AWS Bedrock
  • Export existing guardrails to Terraform for infrastructure-as-code
  • Automate guardrail lifecycle in CI/CD pipelines
  • Enforce policy types like topic, word, or sensitive information filtering

FAQ from Aws Bedrock Guardrails

What policy types does this server support?

All policy types: content, topic, word, sensitive information, contextual grounding, and others.

How do I authenticate with AWS?

Use standard AWS credentials set as environment variables (e.g., AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY).

Can I export a guardrail as Terraform?

Yes, the server can export any guardrail as a .tf file using the CloudFormation schema.

Which applications can integrate with this server?

It is ready for integration with Claude Desktop or any MCP-compatible client.

Does the server support listing existing guardrails?

Yes, you can list all AWS Bedrock Guardrails through the server's tools.

Comments

More Cloud & Infrastructure MCP servers