From d3d8132e0ebeb048f128c67b6a5adf9333c388f9 Mon Sep 17 00:00:00 2001 From: Charles Fettinger Date: Mon, 11 Aug 2025 15:38:45 -0700 Subject: [PATCH 1/2] Add Filesystem- server to community list Adds code-workspace like functionality to Visual Studio 2022. Allowing access to selected external project files to add context to your current workspace. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 566bd8b774..1c6d8745f1 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Figma](https://github.com/GLips/Figma-Context-MCP)** - Give your coding agent direct access to Figma file data, helping it one-shot design implementation. - **[Figma](https://github.com/paulvandermeijs/figma-mcp)** - A blazingly fast MCP server to read and export your Figma design files. - **[Files](https://github.com/flesler/mcp-files)** - Enables agents to quickly find and edit code in a codebase with surgical precision. Find symbols, edit them everywhere. +- **[FileSystem Server](https://github.com/Oncorporation/filesystem_server)** - Local MCP for Visual Studio 2022 that provides access to selected project's local file system folders, allowing AI agents to list, read and find files useful to your current project. It gives code-workspace type functionality to Visual Studio 2022 - **[Firebase](https://github.com/gannonh/firebase-mcp)** - Server to interact with Firebase services including Firebase Authentication, Firestore, and Firebase Storage. - **[FireCrawl](https://github.com/vrknetha/mcp-server-firecrawl)** - Advanced web scraping with JavaScript rendering, PDF support, and smart rate limiting - **[Fish Audio](https://github.com/da-okazaki/mcp-fish-audio-server)** - Text-to-Speech integration with Fish Audio's API, supporting multiple voices, streaming, and real-time playback From 187782895de108ad6b6d13fb3e42195c34320d71 Mon Sep 17 00:00:00 2001 From: Charles Fettinger Date: Wed, 13 Aug 2025 13:47:04 -0700 Subject: [PATCH 2/2] Update README.md Suggestion taken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6d8745f1..898fe26f3b 100644 --- a/README.md +++ b/README.md @@ -622,7 +622,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Figma](https://github.com/GLips/Figma-Context-MCP)** - Give your coding agent direct access to Figma file data, helping it one-shot design implementation. - **[Figma](https://github.com/paulvandermeijs/figma-mcp)** - A blazingly fast MCP server to read and export your Figma design files. - **[Files](https://github.com/flesler/mcp-files)** - Enables agents to quickly find and edit code in a codebase with surgical precision. Find symbols, edit them everywhere. -- **[FileSystem Server](https://github.com/Oncorporation/filesystem_server)** - Local MCP for Visual Studio 2022 that provides access to selected project's local file system folders, allowing AI agents to list, read and find files useful to your current project. It gives code-workspace type functionality to Visual Studio 2022 +- **[FileSystem Server](https://github.com/Oncorporation/filesystem_server)** - Local MCP server for Visual Studio 2022 that provides code-workspace functionality by giving AI agents selective access to project folders and files - **[Firebase](https://github.com/gannonh/firebase-mcp)** - Server to interact with Firebase services including Firebase Authentication, Firestore, and Firebase Storage. - **[FireCrawl](https://github.com/vrknetha/mcp-server-firecrawl)** - Advanced web scraping with JavaScript rendering, PDF support, and smart rate limiting - **[Fish Audio](https://github.com/da-okazaki/mcp-fish-audio-server)** - Text-to-Speech integration with Fish Audio's API, supporting multiple voices, streaming, and real-time playback