mcp-tmpfs-server

MarcProe/mcp-tmpfs-server
★ 0 stars JavaScript Code/Dev Tools Updated today
MCP server for sandboxed temp-dir file operations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tmpfs-server": {
      "command": "npx",
      "args": [
        "-y",
        "MarcProe/mcp-tmpfs-server"
      ]
    }
  }
}