Back to MCP directory
publicPublicdnsLocal runtime

FileSystemMCP

一个基于Python的文件系统后端模型上下文协议(MCP)服务器,提供笔记记录、文件操作、目录管理、搜索、压缩及元数据检索等功能。

article

README

🚀 FileSystemMCP

FileSystemMCP 是一个基于 Python 的模型上下文协议 (MCP) 服务器,借助文件系统后端实现。它提供了丰富的功能,涵盖笔记管理、文件 I/O 操作、目录管理、搜索功能、文件压缩以及元数据检索等,为用户提供了便捷高效的文件系统操作体验。

🚀 快速开始

FileSystemMCP 是一个基于 Python 的模型上下文协议 (MCP) 服务器,使用文件系统后端实现,提供笔记、文件 I/O、目录管理、搜索、压缩以及元数据检索等功能。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client