Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server that integrates with Amazon Kendra, allowing AI models to leverage Kendra Indices for retrieval-augmented generation (RAG) to enhance their
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-amazon-kendra-index-mcp-server": {
"command": "uvx",
"args": [
"awslabs.amazon-kendra-index-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for FastMCP.>",
"KENDRA_INDEX_ID": "<Your Kendra Index ID.>",
"AWS_PROFILE": "<Your AWS Profile Name.>",
"AWS_REGION": "<Region where your Kendra Index resides.>"
}
}
}
}{
"id": "aws-amazon-kendra-index-mcp-server",
"name": "Amazon Kendra Index",
"description": "This package provides a Model Context Protocol (MCP) server that integrates with Amazon Kendra, allowing AI models to leverage Kendra Indices for retrieval-augmented generation (RAG) to enhance their ",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/amazon-kendra-index-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 46628,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.amazon-kendra-index-mcp-server"
},
"tools_count": 2
}