MCP Directory

Filesystem

GitHub
File Management

Secure file operations with configurable access controls

Tools(10)

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

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add filesystem

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Filesystem directly without routing

npx -y @modelcontextprotocol/server-filesystem

New to Agent-CoreX? View setup guide →

Filesystem MCP Server — Agent-CoreX