AWS Knowledge MCP Server(Preview)
AWSの提供するMCPに「AWS Knowledge MCP Server」が追加されていました。
現時点(2025/7/17)ではPreviewとのことです。
以下のGitHubリポジトリで確認できます。
最新のドキュメント、コードサンプル、その他のAWS公式コンテンツを取得できるリモートMCPサーバとのこと。
- Should I use the local Server or the remote AWS Knowledge MCP Server?
The Knowledge server indexes a variety of information sources in addition to AWS Documentation including What's New Posts, Getting Started Information, guidance from the Builder Center, Blog posts, Architectural references, and Well-Architected guidance. If your MCP client supports remote servers you can easily try the Knowledge MCP server to see if it suits your needs.
以下機械翻訳
"Knowledge サーバーは、AWS ドキュメントに加え、What's New 投稿、Getting Started 情報、Builder Center のガイドライン、ブログ記事、アーキテクチャ参照、および Well-Architected ガイドラインを含む多様な情報ソースをインデックス化します。MCP クライアントがリモート サーバーをサポートしている場合、Knowledge MCP サーバーを簡単に試すことができ、ご要件に合っているかどうかを確認できます。"
AWS Documentに加えてWhat's Newやブログ記事などの情報も取得できるようです。
ドキュメントと必要な周辺情報を収集してくれるイメージでしょうか。
Kiroで試してみる
KiroでのMCPサーバーの設定ファイルは以下の公式ドキュメントの内容から確認可能です
GitHubによると、使用するクライアントが MCP の HTTP トランスポートをサポートしていない場合、mcp-remote または mcp-proxyを利用した設定が必要のようです。
Kiroはこちらのサポートがされていないとの記載もありました。
自分のKiro環境ではmcp.jsonに以下のmcp-remoteの設定を記載することで接続が可能でした。
{
"mcpServers": {
"aws-knowledge-mcp-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://knowledge-mcp.global.api.aws"
]
}
}
}
左下のMCP SERVERSの部分でaws-knowledge-mcp-serverがConnectedと表示されていれば接続成功です。
では早速、執筆時点ではつい先ほど開催されたAWS Summit New York 2025の情報を聞いてみます。
イベント内で発表されたAmazon Bedrock AgentCoreの情報がしっかり取得できていますね。
"aws___search_documentation"が呼び出されており、レスポンスを見ると公式ドキュメントに加え、AWSブログなどがヒットしているようです。
レスポンス全文
{"response":{"payload":{"content":{"result":[{"rank_order":1,"url":"https://docs.aws.amazon.com/tnb/latest/ug/doc-history.html","title":"Document history for the AWS TNB user guide - AWS Telco Network Builder","context":"Find the revision dates and related releases for AWS TNB."},{"rank_order":2,"url":"https://aws.amazon.com/blogs/aws/top-announcements-of-the-aws-summit-in-new-york-2025/","title":"Top announcements of the AWS Summit in New York, 2025 | AWS News Blog","context":"Today at the AWS Summit in New York City, Swami Sivasubramanian, VP of AWS Agentic AI, provided the day’s keynote on how AWS is accelerating modern business transformation and unveiled the latest breakthroughs in agentic and generative AI, compute, storage, security, and more. See below for a roundup of the biggest announcements from the event."},{"rank_order":3,"url":"https://docs.aws.amazon.com/controltower/latest/userguide/release-notes.html","title":"AWS Control Tower release notes - AWS Control Tower","context":"Read release notes for AWS Control Tower."},{"rank_order":4,"url":"https://aws.amazon.com/blogs/publicsector/highlights-from-the-2025-aws-summit-washington-dc-keynote/","title":"Highlights from the 2025 AWS Summit Washington, DC keynote | AWS Public Sector Blog","context":"Continue reading to learn about the key announcements from today’s keynote."},{"rank_order":5,"url":"https://docs.aws.amazon.com/marketplace/latest/userguide/ml-update-allowlist.html","title":"Updating the allowlist - AWS Marketplace","context":"You can monitor your request from the Requests tab of the Machine learning products page. For more information on statuses, see ."},{"rank_order":6,"url":"https://aws.amazon.com/blogs/aws/top-announcements-of-the-aws-summit-in-new-york-2024-2/","title":"Top Announcements of the AWS Summit in New York, 2024 | AWS News Blog","context":"The AWS Summit in New York City took place Wed., July 10, 2024, where Dr. Matt Wood, VP for AI Products at AWS, provided the day’s keynote on how to harness data as a strategic asset for secure, responsible AI development. See below for a roundup of the biggest announcements from the event."},{"rank_order":7,"url":"https://docs.aws.amazon.com/m2/latest/userguide/mf-runtime-setup-allowlist.html","title":"Request the allowlist update for the account - AWS Mainframe Modernization","context":"Learn how to request allowlist update for your AWS account for setting up Rocket Software runtime (on Amazon EC2)."},{"rank_order":8,"url":"https://aws.amazon.com/blogs/aws/aws-summit-new-york-summary-of-announcements/","title":"AWS Summit New York – Summary of Announcements | AWS News Blog","context":"AWS Migration Hub – This new service will help you to migrate your application portfolio to AWS. My post outlines the major steps and shows you how the Migration Hub accelerates, tracks,and simplifies your migration effort. You can begin with a discovery step, or you can jump right in and migrate directly. Migration Hub integrates with tools from our migration partners and builds upon the Server Migration Service and the Database Migration Service."},{"rank_order":9,"url":"https://docs.aws.amazon.com/managedservices/latest/userguide/doc-history-ug.html","title":"Document history - AMS Advanced User Guide","context":"User Guide document history"},{"rank_order":10,"url":"https://aws.amazon.com/blogs/publicsector/top-announcements-highlights-2023-aws-summit-washington-dc-keynote/","title":"Top announcements and highlights from the 2023 AWS Summit Washington, DC keynote | AWS Public Sector Blog","context":"AWS is bringing together a coalition of government, education, Fortune 500 leaders, and other employers as part of our AWS Skills to Job Tech Alliance to help modernize higher education curricula and create more pathways to cloud careers globally. Efforts will focus on developing capstone projects, providing internships and apprenticeships, and creating hiring events for participating organizations."}]}},"clientError":false,"clientErrorMessage":null,"toolInvokeRequestId":"48cb3c4b-16bc-4725-a88e-bec4cff5e818"}}
従来のAWS Documentation MCPに同様にAWS Summit New York 2025について質問をした場合には情報が取得できませんでした。
ちなみに、AWS Documentation MCPとAWS Knowledge MCPのどちらも有効にした場合でも、AWS Summit New York 2025の最新情報について聞いたケースではAWS Knowledge MCP Serverが利用されました。
"最新情報"というプロンプトが影響したのかもしれません。
自分が試した範囲では「最新の~~を取得して」のように指示すると公式ドキュメントが対象でもAWS Knowledge MCP Serverが呼び出させることがほとんどでした。
質問を変えるとaws-documentation-mcpが呼び出され、少し昔の情報が取得されるケースもあったので、確実に最新の情報を取得したい場合はAWS Knowledge MCP Serverのみ有効とする方が良いかもしれません。
注意点としては、AWS Knowledge MCP Serverの呼び出しにはレートリミットが存在するようなので、AWS Documentation MCPとの併用が現実的でしょうか。
参考:https://aws.amazon.com/jp/about-aws/whats-new/2025/07/aws-knowledge-mcp-server-available-preview/
The server is publicly accessible at no cost and does not require an AWS account. Usage is subject to rate limits. Give your developers and agents access to the most up-to-date AWS information today by configuring your MCP clients to use the AWS Knowledge MCP Server endpoint, and follow the Getting Started guide for setup instructions.
まとめ
現在はプレビュー版ですが、ドキュメントに限らず最新の情報を取得できるのはかなり便利に感じました。
Remote MCPサーバなので、クライアントが対応していればローカルでの個別管理が不要なのも嬉しいですね。
レートリミットがどの程度で発生するかは未確認ですが、これから利用しながら確かめていきたいです。