filesystem-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_filesC | List files/directories. Can optionally include stats and list recursively. |
| stat_itemsC | Get detailed status information for multiple specified paths. |
| read_contentC | Read content from multiple specified files. |
| write_contentC | Write or append content to multiple specified files (creating directories if needed). |
| delete_itemsC | Delete multiple specified files or directories. |
| create_directoriesC | Create multiple specified directories (including intermediate ones). |
| chmod_itemsC | Change permissions mode for multiple specified files/directories (POSIX-style). |
| chown_itemsC | Change owner (UID) and group (GID) for multiple specified files/directories. |
| move_itemsC | Move or rename multiple specified files/directories. |
| copy_itemsC | Copy multiple specified files/directories. |
| search_filesB | Search for a regex pattern within files in a specified directory (read-only). |
| replace_contentC | Replace content within files across multiple specified paths. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SylphxAI/filesystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server