
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
FieldCure.Mcp.Filesystem
Advanced tools
MCP server for secure filesystem operations. Exposes 17 sandboxed file/directory tools via stdio transport. Supports MCP roots protocol for runtime directory changes, plus convert_to_markdown for on-disk document-to-markdown conversion.
Secure MCP server for local filesystem operations: read, write, search, copy, move, and convert supported documents to markdown within a sandboxed directory boundary.
dotnet tool install -g FieldCure.Mcp.Filesystem
fieldcure-mcp-filesystem "C:\Users\me\Documents" "C:\Projects"
Pass one or more directories as arguments to define the sandbox boundary.
{
"mcpServers": {
"filesystem": {
"command": "fieldcure-mcp-filesystem",
"args": ["C:\\Users\\me\\Documents", "C:\\Projects"]
}
}
}
{
"servers": {
"filesystem": {
"command": "fieldcure-mcp-filesystem",
"args": ["${workspaceFolder}"]
}
}
}
| Category | Tools |
|---|---|
| File | read_file, read_multiple_files, read_file_lines, convert_to_markdown, convert_directory_to_markdown, write_file, append_file, modify_file, copy_file, move_file, delete_file |
| Directory | list_directory, create_directory, directory_tree |
| Search & Info | search_files, search_within_files, get_file_info |
convert_to_markdown and convert_directory_to_markdown are intended for cases where the user wants a file saved as markdown without forcing the LLM to read the entire document into context and then write it back out again.
The server parses supported document formats directly and writes .md files on disk, which is usually much more token-efficient than read_file plus write_file.
Supported conversion depends on the installed FieldCure.DocumentParsers package.
Supports runtime directory changes via the MCP roots protocol. Clients can send notifications/roots/list_changed to switch allowed directories without restarting the server. CLI args serve as the initial value; roots override them entirely.
All paths are validated through a sandbox before any filesystem operation:
..CON, PRN, AUX, and NUL are rejectedMarkdown conversion validates both input and output paths through the same sandbox.
FAQs
MCP server for secure filesystem operations. Exposes 17 sandboxed file/directory tools via stdio transport. Supports MCP roots protocol for runtime directory changes, plus convert_to_markdown for on-disk document-to-markdown conversion.
We found that FieldCure.Mcp.Filesystem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.