这是一个文件系统模型上下文协议(MCP)服务器,它提供了文件读取功能。
你可以直接使用 npx 运行此包:
npx -y @bunas/fs-mcp@latest
在运行包时可以提供一个 API 密钥:
npx -y @bunas/fs-mcp@latest --API_KEY="your_api_key_here"
API 密钥也可以作为环境变量提供:
API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest