Skip to content

Commit 9505342

Browse files
Merge pull request #180 from Skirano/aws-kb-retrieval
added aws kb server
2 parents 415b6fa + bd4a101 commit 9505342

File tree

6 files changed

+1556
-1
lines changed

6 files changed

+1556
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
1010

1111
These servers aim to demonstrate MCP features and the Typescript and Python SDK.
1212

13+
- **[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
1314
- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
15+
- **[EverArt](src/everart)** - AI image generation using various models
1416
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
1517
- **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
18+
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
1619
- **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration
1720
- **[GitLab](src/gitlab)** - GitLab API, enabling project management
18-
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
1921
- **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
2022
- **[Google Maps](src/google-maps)** - Location services, directions, and place details
2123
- **[Memory](src/memory)** - Knowledge graph-based persistent memory system
2224
- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection
2325
- **[Puppeteer](src/puppeteer)** - Browser automation and web scraping
2426
- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io
27+
- **[Sequential Thinking](src/sequential-thinking)** - Dynamic and reflective problem-solving through thought sequences
2528
- **[Slack](src/slack)** - Channel management and messaging capabilities
2629
- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities
2730

0 commit comments

Comments
 (0)