A
AWS Knowledge Base MCP
Retrieve grounded answers from an AWS Bedrock Knowledge Base
Share:
About
Query an Amazon Bedrock Knowledge Base and get back cited snippets from your indexed documents. Uses AWS credentials with permission to call Bedrock; a good option when your source-of-truth docs already live in an AWS-managed vector store.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install AWS Knowledge Base MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"aws-kb-retrieval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"aws-kb-retrieval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"aws-kb-retrieval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.