MCPServers
File System Operations - MCP server logo

File System Operations

0
0

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)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ