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
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.
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Cloudflare MCP Server
cloudflareGCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
🐋 Docker MCP server
ckreilingMCP server for Docker
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments