File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ 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
13+ - ** [ AWS KB Retrieval] ( src/aws-kb-retrieval-server ) ** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
1414- ** [ Brave Search] ( src/brave-search ) ** - Web and local search using Brave's Search API
1515- ** [ EverArt] ( src/everart ) ** - AI image generation using various models
16+ - ** [ Everything] ( src/everything ) ** - Reference / test server with prompts, resources, and tools
1617- ** [ Fetch] ( src/fetch ) ** - Web content fetching and conversion for efficient LLM usage
1718- ** [ Filesystem] ( src/filesystem ) ** - Secure file operations with configurable access controls
1819- ** [ Git] ( src/git ) ** - Tools to read, search, and manipulate Git repositories
@@ -27,6 +28,7 @@ These servers aim to demonstrate MCP features and the Typescript and Python SDK.
2728- ** [ Sequential Thinking] ( src/sequentialthinking ) ** - Dynamic and reflective problem-solving through thought sequences
2829- ** [ Slack] ( src/slack ) ** - Channel management and messaging capabilities
2930- ** [ Sqlite] ( src/sqlite ) ** - Database interaction and business intelligence capabilities
31+ - ** [ Time] ( src/time ) ** - Time and timezone conversion capabilities
3032
3133## 🤝 Third-Party Servers
3234
You can’t perform that action at this time.
0 commit comments