From b9b08f85cc1abc927ee28e54a292202125e1fa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Di=20Biase?= Date: Wed, 27 Nov 2024 16:45:02 -0300 Subject: [PATCH] Readme: Add missing servers to the featured server list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Luis Di Biase --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fb385ce2..20279d70 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,13 @@ Each MCP server is implemented with either the [Typescript MCP SDK](https://gith - **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls - **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration +- **[GitLab](src/gitlab)** - GitLab API, enabling project management +- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories - **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive - **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection +- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities - **[Slack](src/slack)** - Channel management and messaging capabilities +- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io - **[Memory](src/memory)** - Knowledge graph-based persistent memory system - **[Puppeteer](src/puppeteer)** - Browser automation and web scraping - **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API