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.

コメント

「クラウドとインフラ」の他のコンテンツ