Skip to content

jbr/fs-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fs-mcp

A filesystem MCP (Model Context Protocol)

Tools

  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)

Installation

$ cargo install fs-mcp

Usage with Claude Desktop

Add this to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "fs-mcp": {
      "command": "/path/to/fs-mcp/fs-mcp",
      "args": ["serve"]
    }
  }
}

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages