mcp-tmpfs-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-tmpfs-serverlist files in the sandbox directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-tmpfs-server
MCP server (stdio, JSON-RPC 2.0) with no dependencies. Exposes 5 tools scoped to one sandbox directory:
list_files— list files/dirs (path,recursive)read_file— read a text file (path)write_file— write or append a text file (path,content,append)delete_file— delete a file (path)unzip_file— extract a ZIP file (zipPath,extractTo)
All paths are relative to the sandbox root and are checked to prevent
../ traversal outside it.
Run
npx mcp-tmpfs-serverThe package is published on npm, so you can run it from anywhere using the command above.
To run locally without npm: node index.js, or npx . from this folder.
Related MCP server: MCP Local Filesystem Server
Sandbox directory
Defaults to <os tmpdir>/mcp-tmpfs-server. Override with:
npx mcp-tmpfs-server --dir=/path/to/dir
# or
MCP_TMPFS_DIR=/path/to/dir npx mcp-tmpfs-serverSecurity options
By default, the server blocks symlink-based directory traversal for security. To allow following symlinks (use with caution):
MCP_TMPFS_ALLOW_SYMLINKS=true npx mcp-tmpfs-server
# or
MCP_TMPFS_ALLOW_SYMLINKS=1 npx mcp-tmpfs-serverAdd to an MCP client (e.g. Claude Desktop config)
{
"mcpServers": {
"tmpfs": {
"command": "npx",
"args": ["mcp-tmpfs-server"]
}
}
}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zero-install remote MCP server for proof-of-existence file attestation.
MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for secure file management within a dedicated workspace directory. It enables users to create, list, and delete files through natural language while preventing path traversal attacks.28-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides secure access to local file system operations.-
- AlicenseNot gradedqualityCmaintenanceA secure MCP server that exposes local filesystem operations to AI clients with sandboxed access and runtime directory changes.1MIT
- AlicenseBqualityAmaintenanceA secure file management MCP server enabling file operations like listing, reading, creating, renaming, moving, copying, deleting, and searching within a restricted workspace.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcProe/mcp-tmpfs-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server