@@ -10,18 +10,21 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith
1010
1111These 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