
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@intentwake/mcp
Advanced tools
@intentwake/mcpLocal stdio MCP bridge for complete IntentWake file transfers.
The bridge exposes three semantic tools:
upload_list_file streams an allowed local file into a canonical IntentWake list.append_list_file streams an allowed local file into a canonical append session.download_result_to_file saves an already-unlocked NDJSON or CSV result artifact locally. It
never unlocks or charges.File bytes move directly between the local process and IntentWake transfer endpoints. They do not enter MCP arguments, results, or model context.
Run the server with:
npx -y @intentwake/mcp
Configure these values in your MCP client's user-level secret/environment settings, not in a project or tracked file and not as visible command arguments:
INTENTWAKE_CONNECTION_TOKEN: the IntentWake connection bearer.INTENTWAKE_ALLOWED_ROOTS: approved absolute roots separated by : on macOS/Linux or ; on
Windows.INTENTWAKE_MCP_URL: optional hosted control-plane URL override.INTENTWAKE_API_URL: optional public API URL override used for canonical CSV streams.With no allowed roots configured, every file operation is refused. There are no implicit current directory or Downloads defaults.
Source paths resolve to real paths inside an approved root and must be regular files. Directories, devices, outside paths, and symlink escapes are refused. Upload and append parts stream in bounded byte ranges and resume the same hosted session with the same idempotency key if transfer URLs expire.
Downloads default to overwrite=false. The bridge writes a unique sibling temporary file,
computes byte count and SHA-256 while streaming, verifies expectations supplied by IntentWake, and
atomically installs the completed file. Partial temporary files are removed after failures.
If the bound destination directory moves outside its configured root during a transfer, the
in-progress temporary file moves with that directory. The bridge rechecks directory identity and
root ancestry before streaming, after staging, and at installation; it removes the temporary file
through the bound directory and returns destination_changed without installing a result.
NDJSON downloads use an already-authorized result artifact URL. CSV downloads stream the existing authenticated IntentWake CSV response; the bridge does not transform result rows locally. Locked artifacts fail closed and must be unlocked separately through an explicit IntentWake operation.
The hosted HTTP MCP endpoint remains available for clients without local filesystem access.
FAQs
Unified IntentWake stdio MCP proxy with local file transfers
The npm package @intentwake/mcp receives a total of 237 weekly downloads. As such, @intentwake/mcp popularity was classified as not popular.
We found that @intentwake/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.