We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rawr-ai/mcp-filesystem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•1.01 KiB
# Demo Directory
This directory provides a sample filesystem structure to demonstrate and test the capabilities of the MCP Filesystem Server. It includes a variety of files and directories that cover common use cases such as:
- Nested directories
- JSON files for read/write/modify operations
- XML files for structure and conversion utilities
- Example files and directories for searching/moving/listing/deletion tests
## Structure
- `nested/`
- Contains multiple levels of nested folders and a couple of files at deep levels.
- `data.json`
- A sample JSON file for edit/read/modify operations.
- `sample.xml`
- An example XML file for conversion and structure queries.
- `info.txt`
- A plain text file for basic file operations.
- `emptyfolder/`
- An empty directory to test directory creation and deletion.
- `archive/`
- Contains archived files and subfolders for operations like moving and recursive listing.
Feel free to add, modify, or delete items in this directory to experiment with and verify server behaviors.