AWS Knowledge Base MCP Server
@daohoangson
About AWS Knowledge Base MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aws-knowledge-base-mcp-server": {
"command": "npx",
"args": [
"cdk",
"deploy"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Memory & Knowledge MCP servers
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
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.

Memory
modelcontextprotocolModel Context Protocol Servers
Comments