AWS Knowledge Base MCP Server
@daohoangson
AWS Knowledge Base MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aws-knowledge-base-mcp-server": {
"command": "npx",
"args": [
"cdk",
"deploy"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AWS Knowledge Base MCP Server?
AWS Knowledge Base MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to search through a knowledge base using AWS Bedrock and Cloudflare Workers. It integrates with AWS Bedrock Knowledge Base, Pinecone for vector search, and an S3 bucket for storing documents, providing a search_knowledge_base tool.
How to use AWS Knowledge Base MCP Server?
Configure it in Claude Desktop by adding a JSON entry to mcpServers with npx mcp-remote pointing to https://aws-knowledge-base-mcp-server.daohoangson.workers.dev/sse. For GitHub Copilot, add a servers entry with type: "sse" and the same URL. The client demo can connect to the server using SSE or streamable HTTP transports via npm start with the appropriate URL.
Key features of AWS Knowledge Base MCP Server
- Provides a
search_knowledge_basetool for AI assistants. - Integrates with AWS Bedrock Knowledge Base for document retrieval.
- Supports both SSE and streamable HTTP transports.
- Runs on Cloudflare Workers with Node.js compatibility.
- Includes infrastructure as code via AWS CDK.
- Comes with a demo client using AI SDK by Vercel.
Use cases of AWS Knowledge Base MCP Server
- AI assistants searching indexed documentation for relevant answers.
- Demonstrating remote MCP server connectivity with multiple transports.
- Retrieving and updating knowledge bases from Cloudflare and MCP websites.
- Cost estimation for monthly usage with AWS Bedrock, Lambda, and S3.
FAQ from AWS Knowledge Base MCP Server
What transports does the server support?
The server supports both SSE (Server-Sent Events) and streamable HTTP transports.
What are the dependencies for running the server?
The infrastructure requires AWS Bedrock, Pinecone, an S3 bucket, and a Lambda function. The MCP server itself runs on Cloudflare Workers.
Where does the data live?
Documents are stored in an S3 bucket, vector embeddings are managed in Pinecone, and the knowledge base is indexed by AWS Bedrock Knowledge Base.
How do I set up the infrastructure?
Use the CDK in the /cdk directory with environment variables for PINECONE_API_KEY and CDK_APP_ID, then run npx cdk deploy. This creates all required AWS resources.
Can I run the MCP server locally?
Yes, navigate to /cloudflare-mcp-server, install dependencies, and run npm run dev to run the server locally.
「メモリとナレッジ」の他のコンテンツ
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
コメント