Skip to content

Commit dd025e3

Browse files
authored
Merge pull request #1995 from cliffhall/full-links-to-archived-servers
Fix the archived server links
2 parents 2dd276d + 11ac5b7 commit dd025e3

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ These servers aim to demonstrate MCP features and the TypeScript and Python SDKs
1515
- **[Everything](src/everything)** - Reference / test server with prompts, resources, and tools
1616
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage
1717
- **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
18+
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
1819
- **[Memory](src/memory)** - Knowledge graph-based persistent memory system
1920
- **[Sequential Thinking](src/sequentialthinking)** - Dynamic and reflective problem-solving through thought sequences
2021
- **[Time](src/time)** - Time and timezone conversion capabilities
@@ -23,20 +24,19 @@ These servers aim to demonstrate MCP features and the TypeScript and Python SDKs
2324

2425
The following reference servers are now archived and can be found at [servers-archived](https://github.com/modelcontextprotocol/servers-archived).
2526

26-
- **[AWS KB Retrieval](src/aws-kb-retrieval-server)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
27-
- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
28-
- **[EverArt](src/everart)** - AI image generation using various models
29-
- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories
30-
- **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration
31-
- **[GitLab](src/gitlab)** - GitLab API, enabling project management
32-
- **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
33-
- **[Google Maps](src/google-maps)** - Location services, directions, and place details
34-
- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection
35-
- **[Puppeteer](src/puppeteer)** - Browser automation and web scraping
36-
- **[Redis](src/redis)** - Interact with Redis key-value stores
37-
- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io
38-
- **[Slack](src/slack)** - Channel management and messaging capabilities
39-
- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities
27+
- **[AWS KB Retrieval](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/aws-kb-retrieval-server)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime
28+
- **[Brave Search](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/brave-search)** - Web and local search using Brave's Search API
29+
- **[EverArt](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/everart)** - AI image generation using various models
30+
- **[GitHub](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/github)** - Repository management, file operations, and GitHub API integration
31+
- **[GitLab](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gitlab)** - GitLab API, enabling project management
32+
- **[Google Drive](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gdrive)** - File access and search capabilities for Google Drive
33+
- **[Google Maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps)** - Location services, directions, and place details
34+
- **[PostgreSQL](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres)** - Read-only database access with schema inspection
35+
- **[Puppeteer](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer)** - Browser automation and web scraping
36+
- **[Redis](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/redis)** - Interact with Redis key-value stores
37+
- **[Sentry](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sentry)** - Retrieving and analyzing issues from Sentry.io
38+
- **[Slack](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack)** - Channel management and messaging capabilities
39+
- **[Sqlite](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite)** - Database interaction and business intelligence capabilities
4040

4141
## 🤝 Third-Party Servers
4242

0 commit comments

Comments
 (0)