Zero-dependency MCP server that provides AI models with secure read/write/exec access to local files and directories over HTTP and SSE, designed to be tunneled via ngrok for integration with Claude Web.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_ALLOW_EXEC— Open the .env file and configure your local workspace paths in MCP_ROOTS (e.g. MCP_ROOTS=D:/proj1,D:/proj2) and toggle execution permissions (=true) as needed.MCP_AUTH_TOKEN— unset Header requirement: Authorization: Bearer <token>. Unset = publicMCP_CMD_TIMEOUT— 60 Maximum timeout in seconds allowed for any single synchronous subshell commandMCP_IGNORE— node_modules,.git,__pycache__,.nyc_output,dist,build Comma-separated patterns excluded from listings and search operationsMCP_READ_ONLY— false true hides and disables all modifying (write/create/delete) and shell execution toolsMCP_ROOTS— Open the .env file and configure your local workspace paths in (e.g. MCP_ROOTS=D:/proj1,D:/proj2) and toggle execution permissions (MCP_ALLOW_EXEC=true) as needed.MCP_ROOT_DIR— D:/myproject node server-stdio.jsPORT— 3000 HTTP port the server listens on[](https://m8ven.ai/mcp/tamilts124-mcp-common-server-163kz1)