Kavishankarks/your-first-mcp-server
If you are the rightful owner of your-first-mcp-server 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.
A Model Context Protocol (MCP) server that provides comprehensive file system operations using FastMCP, allowing AI assistants to safely interact with the file system through a well-defined set of tools.
Tools
Functions exposed to the LLM to take actions
read_file
Reads and returns the contents of a file.
write_file
Writes content to a file, creating directories as needed.
append_file
Appends content to an existing file.
delete_file
Deletes a file.
copy_file
Copies a file from source to destination.
move_file
Moves a file from source to destination.
list_directory
Lists the contents of a directory with file sizes and type indicators.
create_directory
Creates a directory, including any necessary parent directories.
delete_directory
Deletes a directory and all its contents.
get_file_info
Gets detailed information about a file or directory.
find_files
Finds files matching a pattern in a directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client