@kongyo2/fs-tools-mcp
v0.1.2
Published
MCP server that ports filesystem read/edit/write/glob/grep tools from the provided reference implementation.
Readme
fs-tools-mcp
ローカルファイルを扱うためのMCPサーバーです。fs_read、fs_edit、fs_write、fs_glob、fs_grep を提供します。
MCP設定例
{
"mcpServers": {
"fs-tools": {
"command": "npx",
"args": ["-y", "@kongyo2/fs-tools-mcp"]
}
}
}