Anthropic Official Data

AWS Knowledge Base

Query a Bedrock Knowledge Base — RAG retrieval over your indexed AWS documents.

85,593 stars 10,674 forks Last commit 1d ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g @modelcontextprotocol/server-aws-kb-retrieval

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "aws-kb": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-aws-kb-retrieval"],
      "env": {
        "AWS_ACCESS_KEY_ID": "${AWS_KEY}",
        "AWS_SECRET_ACCESS_KEY": "${AWS_SECRET}",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

About

Wraps the AWS Bedrock Knowledge Bases retrieval API. Returns relevant chunks for a query, plus citation metadata. Use for RAG over private AWS-hosted documents.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Data servers