filesystem-mcp-server
filesystem-mcp-serverは、TypeScriptで構築されたファイルシステム管理用のサーバーです。データの保存、取得、更新を効率的に行うためのAPIを提供し、開発者が簡単にファイル操作を実装できるように設計されています。特に、マルチユーザー環境でのファイル管理に優れた機能を持っています。
GitHubスター
18
ユーザー評価
未評価
お気に入り
0
閲覧数
16
フォーク
15
イシュー
3
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
1 Clone the repository:
bash
git clone https://github.com/cyanheads/filesystem-mcp-server.git
cd filesystem-mcp-server
2 Install dependencies:
bash
npm install
3 Build the project:
bash
npm run build
dist/
directory and makes the main script executable. The executable will be located at dist/index.js
.