mattmorgis/filesystem-mcp-server-python
3.2
If you are the rightful owner of filesystem-mcp-server-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Filesystem MCP Server is a Python-based implementation of the Model Context Protocol's filesystem server, designed to provide secure and efficient file management capabilities over MCP.
Tools
Functions exposed to the LLM to take actions
read_file
Return the contents of a file (head
/ tail
supported).
write_file
Create / overwrite a file with new content.
edit_file
Apply line-based replacements; returns a git-style diff.
create_directory
mkdir -p
semantics.
list_directory
One-level listing distinguishing files / directories.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client