mcp-server-test

mcp-server-test

3.1

If you are the rightful owner of mcp-server-test and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an educational implementation of a Model Context Protocol (MCP) server in Go using the Echo framework, providing access to the local filesystem through the MCP protocol.

filesystem.list

Lists the contents of a directory.

filesystem.read

Reads the contents of a file.

filesystem.write

Writes content to a file.

filesystem.delete

Deletes a file or directory.