| Crates.io | fs-mcp |
| lib.rs | fs-mcp |
| version | 0.1.2 |
| created_at | 2025-07-18 23:35:38.736424+00 |
| updated_at | 2025-07-25 22:42:23.175855+00 |
| description | mcp server for filesystem access |
| homepage | |
| repository | https://github.com/jbr/fs-mcp |
| max_upload_size | |
| id | 1759798 |
| size | 105,609 |
A filesystem MCP (Model Context Protocol)
delete Remove a file from disk
list List file system contents with session context support and globbing
move Move a file from one location to another
set-working-directory Set the working context path
search Search for text patterns in files using ripgrep-like functionality
write Write contents to a file, optionally creating any directories needed
read Read utf8 contents from a file. Non-utf8 characters will be replaced lossily
help Print this message or the help of the given subcommand(s)
$ cargo install fs-mcp
Add this to your Claude Desktop MCP configuration:
{
"mcpServers": {
"fs-mcp": {
"command": "/path/to/fs-mcp/fs-mcp",
"args": ["serve"]
}
}
}