@@ -10,18 +10,21 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
10
10
11
11
These servers aim to demonstrate MCP features and the Typescript and Python SDK.
12
12
13
+ - ** [ AWS KB Retrieval] ( src/aws-kb-retrieval ) ** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
13
14
- ** [ Brave Search] ( src/brave-search ) ** - Web and local search using Brave's Search API
15
+ - ** [ EverArt] ( src/everart ) ** - AI image generation using various models
14
16
- ** [ Fetch] ( src/fetch ) ** - Web content fetching and conversion for efficient LLM usage
15
17
- ** [ Filesystem] ( src/filesystem ) ** - Secure file operations with configurable access controls
18
+ - ** [ Git] ( src/git ) ** - Tools to read, search, and manipulate Git repositories
16
19
- ** [ GitHub] ( src/github ) ** - Repository management, file operations, and GitHub API integration
17
20
- ** [ GitLab] ( src/gitlab ) ** - GitLab API, enabling project management
18
- - ** [ Git] ( src/git ) ** - Tools to read, search, and manipulate Git repositories
19
21
- ** [ Google Drive] ( src/gdrive ) ** - File access and search capabilities for Google Drive
20
22
- ** [ Google Maps] ( src/google-maps ) ** - Location services, directions, and place details
21
23
- ** [ Memory] ( src/memory ) ** - Knowledge graph-based persistent memory system
22
24
- ** [ PostgreSQL] ( src/postgres ) ** - Read-only database access with schema inspection
23
25
- ** [ Puppeteer] ( src/puppeteer ) ** - Browser automation and web scraping
24
26
- ** [ Sentry] ( src/sentry ) ** - Retrieving and analyzing issues from Sentry.io
27
+ - ** [ Sequential Thinking] ( src/sequential-thinking ) ** - Dynamic and reflective problem-solving through thought sequences
25
28
- ** [ Slack] ( src/slack ) ** - Channel management and messaging capabilities
26
29
- ** [ Sqlite] ( src/sqlite ) ** - Database interaction and business intelligence capabilities
27
30
0 commit comments