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 服务器
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
评论