Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by oni-shiro • Uncategorized
A C# MCP server exposing local filesystem operations as AI-accessible tools over JSON-RPC.
Read, write, or list files on a local filesystem via MCP.
Execute multiple dependent filesystem operations in a single batch call.
Integration with tools like VSCode or Claude Desktop to manage files through AI.
FileSystem.Mcp.Server is a Model Context Protocol server implemented in C# that allows AI clients to perform structured and controlled filesystem operations such as reading, writing, and listing files and directories. It supports batch execution with dependency ordering and cycle detection to ensure safe and efficient operation sequences. The server communicates over STDIO and integrates easily with clients like VSCode and Claude Desktop, enabling AI-driven file management on local machines.