Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Loag • Uncategorized
An MCP server providing access to the local filesystem via the Model Context Protocol.
List directory contents on a local filesystem.
Read file contents from a local filesystem.
Write or delete files and directories via MCP.
This educational MCP server implementation in Go uses the Echo framework to expose local filesystem operations such as listing directories, reading, writing, and deleting files through MCP tools and resources. It demonstrates how to securely connect AI-powered tools to filesystem data sources using the MCP standard. While it includes basic path sanitization, it is intended for learning purposes and not production use without further security enhancements.