MCP.so
登录
A

Aws Bedrock Guardrails

@mohdhaji87

关于 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

基本信息

分类

云与基础设施

传输方式

stdio

发布者

mohdhaji87

提交者

mohd Haji

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

云与基础设施 分类下的更多 MCP 服务器