Awslabs.bedrock Kb Retrieval Mcp Server
@awslabs
About Awslabs.bedrock Kb Retrieval Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"awslabs.bedrock-kb-retrieval-mcp-server": {
"command": "uvx",
"args": [
"awslabs.bedrock-kb-retrieval-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "your-profile-name",
"AWS_REGION": "us-east-1",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Awslabs.bedrock Kb Retrieval Mcp Server?
A server that provides access to Amazon Bedrock Knowledge Bases for querying and managing knowledge bases directly from your development workflow. It is designed for developers using AWS Bedrock to retrieve and filter information using natural language.
How to use Awslabs.bedrock Kb Retrieval Mcp Server?
Install via uvx awslabs.bedrock-kb-retrieval-mcp-server@latest. Configure AWS credentials and region, then add the server to your MCP client configuration (e.g., ~/.aws/amazonq/mcp.json) with the environment variables AWS_PROFILE and AWS_REGION.
Key features of Awslabs.bedrock Kb Retrieval Mcp Server
- Discover knowledge bases and their data sources
- Query knowledge bases with natural language
- Filter results by data source
- Rerank results for improved relevance
Use cases of Awslabs.bedrock Kb Retrieval Mcp Server
- Retrieve answers from corporate knowledge bases via natural language queries
- Filter and refine search results to a specific data source within a knowledge base
- Rerank query results to surface the most relevant information first
- Automate knowledge base queries within an MCP-enabled development environment
FAQ from Awslabs.bedrock Kb Retrieval Mcp Server
What are the prerequisites to run this server?
You need uv installed, Python 3.13, and AWS credentials that grant access to Amazon Bedrock Knowledge Bases.
How do I configure the server?
Add it to your MCP client configuration with the command uvx and arguments ["awslabs.bedrock-kb-retrieval-mcp-server@latest"], and set the environment variables AWS_PROFILE and AWS_REGION.
Where is the documentation for this server?
Full documentation is available at https://awslabs.github.io/mcp/servers/bedrock-kb-retrieval-mcp-server/.
What license is this server distributed under?
Apache-2.0 License.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments