Back to MCP directory
publicPublicdnsLocal runtime

File System Access

一个基于MCP协议的文件系统服务工具,提供文件读取功能。

article

README

🚀 FS MCP

FS MCP 是一个文件系统模型上下文协议(MCP)服务器,主要提供文件读取功能,能为用户带来便捷的文件操作体验。

🚀 快速开始

FS MCP 可以直接使用 npx 运行,以下是具体的操作步骤。

📦 安装指南

可以直接使用 npx 运行此包:

npx -y @bunas/fs-mcp@latest

💻 使用示例

基础用法

配置 API 密钥时可以提供如下方式运行包:

npx -y @bunas/fs-mcp@latest --API_KEY="你的_api_key_此处"

高级用法

API 密钥也可以通过环境变量提供:

API_KEY="你的_api_key_此处" npx -y @bunas/fs-mcp@latest

✨ 主要特性

  • 无缝文件读取功能
  • 命令行 API 密钥配置
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