
Aws Kb Retrieval Server
@modelcontextprotocol
Aws Kb Retrieval Server について
Model Context Protocol Servers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aws-kb-retrieval": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AWS_ACCESS_KEY_ID",
"-e",
"AWS_SECRET_ACCESS_KEY",
"-e",
"AWS_REGION",
"mcp/aws-kb-retrieval-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE",
"AWS_REGION": "YOUR_AWS_REGION_HERE"
}
}
}
}ツール
1Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.
概要
What is Aws Kb Retrieval Server?
—
How to use Aws Kb Retrieval Server?
—
Key features of Aws Kb Retrieval Server
—
Use cases of Aws Kb Retrieval Server
—
FAQ from Aws Kb Retrieval Server
—
—
—
—
「クラウドとインフラ」の他のコンテンツ
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
234
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
1.8K
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
9.4K
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
828
Mcp K8s Go
strowkMCP server connecting to Kubernetes
383
コメント