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
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Comments