GauteR/fsAPId
If you are the rightful owner of fsAPId 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 Fileserver API for Docker (fsAPId) is a FastAPI REST API and Model Context Protocol (MCP) server designed for efficient file operations on Docker volumes.
Tools
Functions exposed to the LLM to take actions
list_files
List files and directories with MIME types and binary classification.
read_file
Read contents of any file, auto-detects text vs binary, returns base64 for binary.
write_file
Write content to any file, auto-detects base64 vs text content.
delete_file
Delete a file or directory from Docker volumes.
create_directory
Create a directory in Docker volumes.
get_file_info
Get detailed information including MIME type and binary classification.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client