tsuyoshi-otake/otak-mcp-filesystem
3.1
If you are the rightful owner of otak-mcp-filesystem and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is an implementation of a Model Context Protocol (MCP) server that supports filesystem operations, compatible with SSE and HTTP Streaming.
Tools
Functions exposed to the LLM to take actions
list_directory
Displays a list of files and subdirectories in the specified directory.
read_file
Reads the content of a specified file.
write_file
Writes content to a specified file.
create_directory
Creates a new directory, with recursive creation support.
delete_file
Deletes a specified file or directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client