From c2339d8f1aef8637e2313945409572548e1e495d Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:14:38 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d4763ef..6ea309d8 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Secure database access with schema inspection capabilities. Enables querying and Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories. - [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) - Direct local file system access. +- [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) - Google Drive integration for listing, reading, and searching files - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) - Golang implementation for local file system access.