File System Operations
Summary
This MCP server implementation provides file system operations through a standardized interface. Built using the Model Context Protocol SDK, it offers tools for reading, creating, and listing files on the local file system. The server includes features like performance monitoring through Sentry integration and communicates via stdin/stdout using the MCP protocol, making it suitable for AI models to perform file operations in a controlled manner.
Available Actions(3)
createfile
Creates a new file at the specified path with the provided content. Parameters: filePath (string), content (string)
readfile
Reads the content of a file at the specified path. Parameters: filePath (string)
listfiles
Lists files and directories at the specified path. Parameters: path (string)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください