Aws Bedrock Guardrails
About
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
Details
- Author
- mohdhaji87
- Downloads
- 254
- Categories
- Cloud Service
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Aws Bedrock GuardrailsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aws bedrock guardrails": {
"BedrockGuardrailsMCP": {
"command": "uv",
"args": [
"--directory",
"/Users/haji/mcp-servers/bedrock-guardrails-mcp",
"run",
"server.py"
]
}
}
}
}
McpServers
{
"BedrockGuardrailsMCP": {
"command": "uv",
"args": [
"--directory",
"/Users/haji/mcp-servers/bedrock-guardrails-mcp",
"run",
"server.py"
]
}
}
Create, update, delete, and list AWS Bedrock Guardrails
Full support for all policy types: content, topic, word, sensitive information, contextual grounding, etc.
Export any guardrail as a Terraform .tf file (CloudFormation schema)
Secure authentication using AWS credentials from environment variables
Ready for integration with Claude Desktop or any MCP-compatible client
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

