camel
camel copied to clipboard
[Feature Request] Add an MCP filesystem server that performs filesystem operations at STDIO
Required prerequisites
- [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
Motivation
Integrating an MCP filesystem server that operates over STDIO would enable agents within the CAMEL AI ecosystem to perform filesystem operations securely and efficiently. Agent can directly interact with the local directory with filesystem mcp.
Solution
Filesystem MCP exposes the directories to perform actions such as read files list files etc
Alternatives
No response
Additional context
No response
Solved the issue Added the tests and examples https://github.com/camel-ai/camel/pull/1843