Secure file operations with configurable access controls
Available tools exposed by this MCP server to your AI agent.
read_file
Read the complete contents of a file from the filesystem
read_multiple_files
Read the contents of multiple files simultaneously
write_file
Create a new file or overwrite an existing file with content
edit_file
Make line-based edits to a file, returning a diff of changes
create_directory
Create a new directory or ensure a directory exists
list_directory
List files and directories at a given path
directory_tree
Get a recursive tree view of files and directories
move_file
Move or rename files and directories
search_files
Recursively search for files and directories matching a pattern
get_file_info
Retrieve metadata about a file or directory
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add filesystemAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Filesystem directly without routing
npx -y @modelcontextprotocol/server-filesystemNew to Agent-CoreX? View setup guide →