Node.js server implementing Model Context Protocol (MCP) for filesystem operations.
Status
Location
All
Version
1.0.0
License
MIT
Author
modelcontextprotocol
docker pull mcp/filesystem
{ "mcpServers": { "filesystem": { "command": "docker", "args": [ "run", "-i", "--rm", "--mount", "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop", "--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro", "--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt", "mcp/filesystem", "/projects" ] } } }
read file ./file.txt